@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.popupcontainer {
     font-family: "Roboto", sans-serif;
     padding: 16px;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}
h3 {
    font-size: 18px;
    font-weight: 600;
}
p, li {
    font-size: 16px;
    font-weight: 500;
}

.popupcontainer {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}






.os-tabs {
  width: 100%;
  font-family: Arial, sans-serif;
}

.tab-header {
  display: flex;
  flex-wrap: nowrap;              
  overflow-x: auto;               
  border-bottom: 1px solid #e5e5e5;
  -webkit-overflow-scrolling: touch;
}


.tab-header::-webkit-scrollbar {
  display: none;
}
.tab-header {
  scrollbar-width: none;
}

.tab-btn {
  background: none;
  border: none;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  position: relative;
  white-space: nowrap;        
  flex-shrink: 0;                
}

.tab-btn.active {
  font-weight: 600;
}

.tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #e60000;
}

.tab-body {
  padding: 20px 0;
}

.tab-content {
  display: none;
  font-size: 16px;
}

.tab-content.active {
  display: block;
}












#primary-footer .footer__wrap {
    border-top: 1px solid #efefef;
}

/* .help-intro {
    padding-top: 32px;
} */

.popupcontainer{
    padding: 32px 16px;
}
.step-block {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 40px;
}
.step-number {
  font-size: 44px;
  font-weight: 600;
  color: #e60000;
  line-height: 1;
  position: relative;
    top: -4px;
}

.step-content h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
}

.step-content p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.step-image {
    text-align: center;
}
.step-image img {
  max-width: 600px;
  width: 100%;
  /* border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,.12); */
  margin: 0 auto;
}

/* responsive */
@media (max-width: 768px) {
  .step-block {
    grid-template-columns: 1fr;
  }

  .step-number {
    font-size: 26px;
  }
}








.help-intro {
  max-width: 900px;
  margin: 0 auto 40px;
}

.help-intro h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0b1c2d;
}

.intro-text {
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 20px;
}

.warning-box {
  display: flex;
  gap: 8px;
  background: #fff6e5;
  border-left: 4px solid #ff9f00;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.warning-label {
  font-weight: 700;
  color: #ff8c00;
  white-space: nowrap;
}

.warning-text {
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .help-intro h1 {
    font-size: 24px;
  }

  .warning-box {
    flex-direction: column;
    gap: 4px;
  }
 
}



@media screen and (max-width: 767px) {
    #primary-footer .links {
        margin-top: 10px;
        flex-direction: column;
        gap: 0px;
        text-align: center;
    }
    #primary-footer .links li {
        margin: 4px 0px;
    }
}