/* Markdown Notices */
.notices.yellow {
    border-left: 10px solid #935b0c;
    background: #31220b;
    color: #eea034;
}

.notices.red {
    border-left: 10px solid #89211e;
    background: #2e0b0b;
    color: #db5a56;
}

.notices.blue {
    border-left: 10px solid #1b6e86;
    background: #13222a;
    color: #4bb9da;
}

.notices.green {
    border-left: 10px solid #347834;
    background: #192c13;
    color: #7ac57a;
}
/* --- */

/* Shortcode UI */

.accordion-wrapper {
    margin: 30px 0;
    text-align: left; }
    .accordion-wrapper label {
      color: #ccc;
      background: #272727;
      border: 1px solid #000; 
      border-bottom: 1px solid transparent; }
      .accordion-wrapper label:hover {
        background: #2d2d2d;
        color: #fff; }
    .accordion-wrapper article {
      background: rgba(39, 39, 39, 0.5);
      border: 1px solid #000; }
  .accordion-wrapper input:checked + label {
    border-bottom: 1px solid #000; }
  .accordion-wrapper > div:last-child label, .accordion-wrapper > div:last-child input:checked ~ article {
    border-bottom: 1px solid #000; }


.tab {
    border-bottom: .05rem solid rgba(39, 39, 39, 0.5); }

.tabs-wrapper {
    display: block; }
    .tabs-wrapper.ui-theme-lite .tabs-nav li.current a {
        border-bottom: 1px solid #3085ee; }
    .tabs-wrapper.ui-theme-lite .tabs-nav li:hover {
        background: rgba(39, 39, 39, 0.5); }
    .tabs-wrapper.ui-theme-lite.bottom-right .tabs-nav li.current a, .tabs-wrapper.ui-theme-lite.bottom-left .tabs-nav li.current a {
        border-top: 1px solid #909090; }
    .tabs-wrapper.ui-theme-lite.bottom-right .tab, .tabs-wrapper.ui-theme-lite.bottom-left .tab {
        border-bottom: 1px solid #e9e9e9; }
    .tabs-wrapper.ui-theme-lite .tab {
        border-top: 1px solid #000;
        background-color: rgba(39, 39, 39, 0.5); 
        padding: 0.4rem; }


.browser-frame {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #272727; }
  .browser-frame .btoolbar {
    height: 40px;
    background: #272727;
    color: #bbb;
    border-bottom: 1px solid #272727; }
  .browser-frame .btoolbar-button {
    background: #bbb; }
  .browser-frame .btoolbar-address {
    background: rgba(39, 39, 39, 0.5);
    border: 1px solid #bbb; }

.cd-image-container {
    position: relative; }
    .cd-image-label {
    color: #ccc; }
    .cd-handle {
    color: #ccc;
    background: #3085ee; }
    .cd-handle.draggable {
    background-color: #1e6bc9; }

.polaroid-wrapper .polaroid {
  background: #272727;
  border: 1px solid #272727; }

.polaroid-wrapper .polaroid-img {
  background: #272727; }

/* --- */

.full-width-bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #1e2122;
}

.container-fwbg{
  padding:10px !important;
}

.bg-orange {
  background-color: #e79f24;
  color:white;
}


.three-column-highlight {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem 0;
}

.three-column-highlight .highlight-box {
  flex: 1 1 30%;
  min-width: 250px;
  max-width: 100%;
}

.three-column-highlight h3 {
  color: #E79F24;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight:bold;
  text-align:center;
}

.three-column-highlight p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align:center;
}

.three-column-highlight img {
  margin-left:auto;
  margin-right:auto;
}


.feature-split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 3rem 0;
  padding: 2rem ;
}

.feature-split-vatop {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; /* <-- align columns at the top */
  justify-content: space-between;
  gap: 2rem;
}

.feature-text {
  flex: 1 1 50%;
  max-width: 600px;
}

.feature-text h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

.feature-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.feature-text-right {
  flex: 1 1 45%;
  max-width: 600px;
}

.feature-right h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

.feature-right p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}


.feature-image {
  flex: 1 1 45%;
  text-align: center;
}

.feature-image img {
  max-width: 100%;
  height: auto;
}

.feature-image video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.accordion-wrapper label{
    font-weight:bold;
}

.accordion-wrapper{
    font-size: 1.2rem;
}

.button-primary {
  background-color: #2977EC;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.button-primary:hover,
.button-primary:focus {
  background-color: #d88f1f;
  color: #fff;
  outline: none;
}


a.button-primary {
  display: inline-block;
  background-color: #2977EC;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.7em 1.3em;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  margin:5px;
}

a.button-primary:hover,
a.button-primary:focus {
  background-color: #144691;
  text-decoration: none;
  color: #fff;
}

a.button-secondary {
  display: inline-block;
  background-color: #58595B;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.7em 1.3em;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  margin:5px;

}

a.button-secondary:hover,
a.button-secondary:focus {
  background-color: #494a4d;
  text-decoration: none;
  color: #fff;
}


.site-footer {
  background-color: #2d2d2d;
  color: #fff;
  padding: 3rem 1rem;
  font-size: 0.95rem;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.footer-col {
  flex: 1 1 250px;
  min-width: 200px;
}

.footer-col h4 {
  color: #2977EC;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight:bold;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 0.5rem;
}

.footer-col ul li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col ul li a:hover {
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icons i {
  font-size: 1.2rem;
  color: #ddd;
}

.social-icons i:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 2rem;
  border-top: 1px solid #444;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.85rem;
  color: #bbb;
}

@media screen and (max-width: 768px) {
  .footer-columns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .footer-col {
    flex: 1 1 45%;
    margin-bottom: 2rem;
  }

  .footer-bottom {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .footer-col {
    flex: 1 1 100%;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}


@media (min-width: 350px) {
    html {
        font-size: calc(12px + 3 * ((100vw - 480px)/ 800));
    }
}

.notices h3 {
  margin:0px;
  margin-top:5px;
  margin-bottom:5px;
  padding:0px;
}

/* Container for headline + globe */
.mhero-headline{
    display:flex;               /* place text and globe side-by-side */
    align-items:center;         /* vertical alignment on the same line */
    justify-content:center;     /* centre within the section */
    gap:0.75rem;                /* space between text and globe */
    flex-wrap:wrap;             /* keeps things tidy on small screens */
}

/* Headline sizing (optional; tweak as you like) */
.mhero-headline h1{
    margin:0;                   /* removes default spacing */
    line-height:1.1;
    font-size:clamp(2.5rem,6vw,4rem);
}

/* Globe image */
.mhero-world{
    width:80px;                 /* adapt size to taste */
    height:auto;
}

