 body {
     font-family: "Montserrat", Arial, sans-serif;
     line-height: 1.6;
     margin: 0;
     padding: 0;
     color: #1e293b;
     background-color: #c5d4de;
     background-image: radial-gradient(#ffffff 1.2px, transparent 1.2px);
     background-size: 22px 22px;
     background-attachment: fixed;
     min-height: 100vh;
 }

 a,
 span,
 a:hover,
 a:active,
 button {
     text-decoration: none;
 }

 a,
 div a:hover,
 div a:active,
 div a:focus,
 button {
     text-decoration: none;
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -ms-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
 }

 h2 {
     color: #673DE6;
     border-bottom: none;
     padding-bottom: 5px;
 }

 h4 {
     margin: 0;
 }

 ul {
     /* list-style-type: none; */
     padding-left: 0;
 }

 .recover_icon li:before {
     content: "📸 ";
 }

 .recover_icon {
     padding: 10px 8px;
 }

 table {
     border-collapse: collapse;
     width: 100%;
     margin: 20px 0 0 0;
 }

 th,
 td {
     border: 1px solid #ddd;
     padding: 12px;
     text-align: left;
 }

 th {
     background-color: #f2f2f2;
 }

 .diskdigger_wrap {
     padding: 16px 16px 28px;
     margin: 0 auto;
 }

 .diskdigger_title {
     color: #5227C4;
     font-size: 22px;
     font-weight: 700;
     line-height: 1.35;
     margin: 0 0 14px 0;
     letter-spacing: -0.02em;
 }

 .diskdigger_subtext {
     margin: 0 0 14px;
     font-size: 15px;
     line-height: 1.65;
     color: #334155;
 }

 .diskdigger_subtitle {
     color: #673DE6;
     border-bottom: none;
     border-left: 3px solid #9B80F2;
     padding: 2px 0 2px 10px;
     margin: 22px 0 12px;
     font-size: 18px;
     font-weight: 700;
     line-height: 1.35;
 }

 .scan_text {
     margin: 10px 0;
     font-size: 18px;
 }

 .redeem_box {
     padding: 12px;
     background-color: #DCEEF9;
     border-radius: 10px;
     border: 1px solid #2F9CD9;
     margin: 12px 0;
     padding: 12px;
     background-color: #DCEEF9;
     border-radius: 10px;
     border: 1px solid #2F9CD9;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .redeem_box_text {
     font-size: 18px;
     line-height: 20px;
     color: #2F9CD9;
     font-weight: 600;
     margin-bottom: 7px !important;
     text-align: center;
 }

 .by_watching_text {
     color: #2F9CD9;
     font-size: 12px;
     font-weight: 600;
     margin: 0 0 8px 0;
 }

 .categories_box {
     display: flex;
     flex-direction: row;
     gap: 10px;
 }

 .cusBtnOption {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     background-color: #2F9CD9;
     font-size: 16px;
     padding: 10px 20px;
     border-radius: 10px;
     transition: all 0.3s ease-in-out;
     box-shadow: 2px 2px 14px rgb(0 0 0 / 40%);
     color: white !important;
     border: none;
     font-weight: 500;
     line-height: 21px;
 }

 .cusBtnOption:hover,
 .playcusBtnOption:hover {
     text-decoration: none;
     background-color: #5eb3e1 !important;
 }

 .cusBtnOption.active {
     background-color: #2F9CD9;
     color: white;
 }

 /* *************************************** car blog css ******************************************************** */
 header {
     /* text-align: center; */
     margin-bottom: 30px;
 }

 .car_subtitle {
     color: #2980b9;
     border-left: 4px solid #3498db;
     padding-left: 10px;
     font-size: 20px;
     margin-top: 10px;
 }

 /* .benefits-grid,
 .mistakes-grid,
 .tips-grid {
     display: grid;
     gap: 20px;
     margin: 25px 0;
 }

 .benefits-grid {
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 }

 .mistakes-grid,
 .tips-grid {
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 }

 .card {
     background: white;
     border-radius: 8px;
     padding: 15px;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
     margin: 0 0 10px 0;
 }

 .car_icon {
     margin-bottom: 10px;
     padding: 3px 3px;
     font-size: 23px;
     width: 30px;
     height: 30px;
     background-color: #2f9cd9;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 6px;
     color: white;
 }

 .warning {
     border-left: 4px solid #e74c3c;
 }

 .tip {
     border-left: 4px solid #2ecc71;
 }

 ul {
     padding: 10px 0 0 20px !important;
     list-style-type: disc !important;
 }

 li {
     margin-bottom: 8px;
 } */


 .grid-1col {
     display: grid;
     grid-template-columns: 1fr;
     gap: 20px;
     margin: 25px 0;
 }

 .card {
     background: rgba(255, 255, 255, 0.9);
     padding: 18px;
     border-radius: 14px;
     border: 1px solid rgba(103, 61, 230, 0.12);
     box-shadow: 0 6px 18px rgba(61, 31, 158, 0.06);
     transition: transform 0.25s ease, box-shadow 0.25s ease;
 }

 .card:hover {
     transform: translateY(-3px);
     box-shadow: 0 10px 24px rgba(61, 31, 158, 0.1);
 }

 ul {
     padding-left: 25px;
     margin: 15px 0;
 }

 li {
     margin-bottom: 10px;
 }

 .tip-card {
     background: linear-gradient(135deg, rgba(237, 232, 253, 0.95), rgba(255, 255, 255, 0.9));
     border-left: 4px solid #673DE6;
     padding: 18px;
     border-radius: 12px;
     margin: 22px 0;
     border: 1px solid rgba(103, 61, 230, 0.15);
     border-left-width: 4px;
 }

 .tip-card h3 {
     color: #3D1F9E;
     margin-bottom: 12px;
     font-size: 17px;
 }

 .categories_box {
     display: flex;
     justify-content: center;
     gap: 15px;
     padding-top: 15px;
 }

 .cusBtnOption {
     background: #e74c3c;
     color: white;
     border: none;
     padding: 12px 25px;
     border-radius: 30px;
     font-size: 1.1rem;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .cusBtnOption:hover {
     background: #c0392b;
     transform: scale(1.05);
 }

 .redeem_box .cusBtnOption {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     background: #2F9CD9;
     background-color: #2F9CD9;
     color: #fff !important;
     font-size: 16px;
     font-weight: 600;
     padding: 10px 22px;
     border-radius: 10px;
     box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.35);
     text-decoration: none;
     border: none;
     transform: none;
 }

 .redeem_box .cusBtnOption:hover {
     background: #5eb3e1 !important;
     background-color: #5eb3e1 !important;
     transform: none;
 }

 .member_footer {
     background: #2c3e50;
     color: white;
     padding: 30px;
     text-align: center;
     border-radius: 12px;
     margin-top: 40px;
     font-size: 1.2rem;
     line-height: 1.8;
 }

 .cost-highlight {
     background: #f9f9f9;
     padding: 20px;
     border-radius: 10px;
     margin: 20px 0;
     border-left: 4px solid #e74c3c;
 }

 .cost-highlight h3 {
     color: #e74c3c;
     margin-bottom: 15px;
 }

 .strategy-card {
     border: 1px solid #e0e0e0;
     border-radius: 10px;
     padding: 20px;
     margin: 15px 0;
     background: #fff;
 }

 .strategy-card h3 {
     color: #27ae60;
     margin-bottom: 15px;
 }

 .pros-cons {
     display: grid;
     grid-template-columns: 1fr;
     gap: 20px;
     margin: 30px 0;
 }

 .pros,
 .cons {
     padding: 20px;
     border-radius: 8px;
 }

 .pros {
     background: #e8f6f3;
     border-left: 4px solid #27ae60;
 }

 .cons {
     background: #fdebd0;
     border-left: 4px solid #e67e22;
 }

 .memebership_subtext {
     margin-bottom: 5px;
 }


 .card ul {
     padding: 0 0 0 15px !important;
 }

 .card ul li {
     list-style-type: disc;
 }

 .card ul li:last-child {
     margin: 0;
 }

 .cost-highlight ul {
     padding: 0 0 0 15px !important;
 }

 .cost-highlight ul li {
     list-style-type: disc;
 }

 .strategy-card ul {
     padding: 0 0 0 15px !important;
 }

 .strategy-card ul li {
     list-style-type: circle;
 }

 .tip-card ul {
     padding: 0 0 0 15px !important;
 }

 .tip-card ul li {
     list-style-type: disc;
 }

 .pros ul,
 .cons ul {
     padding: 15px 0 0 15px !important;
 }

 .pros ul li,
 .cons ul li {
     list-style-type: disc;
 }

 .article_images {
     display: block;
     width: 100%;
     border-radius: 14px;
     margin: 14px 0 18px;
     box-shadow: 0 8px 24px rgba(61, 31, 158, 0.12);
 }

 .car_footer {
     margin-top: 8px;
     text-align: center;
     color: #64748b;
     font-style: normal;
     font-size: 14px;
     line-height: 1.6;
     padding: 16px 16px 28px;
     background: linear-gradient(180deg, transparent, rgba(237, 232, 253, 0.5));
 }

 .car_footer p {
     margin: 0;
 }

 .three_option {
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(237, 232, 253, 0.95) 100%);
     border-radius: 14px;
     border: 1px solid rgba(103, 61, 230, 0.28);
     margin: 14px 0 18px;
     padding: 18px 16px;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 12px;
     box-shadow: 0 6px 22px rgba(103, 61, 230, 0.1);
 }

.three_option_title{
    font-size: 17px;
    line-height: 1.3;
    color: #3D1F9E;
    font-weight: 700;
    text-align: center;
    margin: 0 0 4px;
}

.three_option_box {
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #8A66EE;
    font-size: 14px;
    padding: 11px 16px;
    border-radius: 12px;
    transition: filter 0.15s ease;
    color: white !important;
    border: none;
    font-weight: 600;
    line-height: 21px;
}

.three_option_box:hover {
    filter: brightness(1.08);
}

.three_option_box:active {
    filter: brightness(0.95);
}
.inner_blog {
    padding: 13px;
}

 /* ******************************************** popup style ************************************* */
 .popup-ad-container {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.7);
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 1000;
 }

 .close-popup {
     background-color: #ebebeb;
     border: 2px solid #000;
     border-radius: 20%;
     color: #000;
     cursor: pointer;
     font-family: arial;
     font-size: 25px;
     font-weight: 700;
     height: 27px;
     line-height: 25px;
     margin-bottom: 9px;
     text-align: center;
     position: absolute;
     top: -40px;
     left: 0px;
     width: 32px;
     padding: 4px 0 0 0;
 }

 .popup-content {
     position: relative;
     background: transparent;
     padding: 10px;
     border-radius: 5px;
     border: 1px solid #888;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
     min-width: 360px;
     height: 300px;
     top: 75px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 #optionPopup button {
     padding: 10px 12px;
     font-size: 16px;
     border-radius: 10px;
     border: none;
     background-color: #2F9CD9;
     color: white;
     font-weight: 600;
 }

 #optionPopup button:hover {
     text-decoration: none;
     background-color: #5eb3e1 !important;
 }

 #optionPopup p {
     text-align: center;
     font-size: 18px;
 }


 @media (max-width: 849px) {
     .ad_1 {
         height: auto !important;
         display: block !important;
     }
 }

 @media (max-width:425px) {

     .diskdigger_subtitle {
         font-size: 20px;
     }
 }

 @media (max-width:375px) {
     .close-popup {
         left: 13px;
     }
 }


.ad-unit {
  margin: 12px 0;
}

.ad-label {
  margin: 0 0 6px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #64748b;
  text-align: center;
  background: rgba(226, 232, 240, 0.85);
  border-radius: 6px;
}
