 body {
     font-family: Arial, sans-serif;
     line-height: 1.6;
     margin: 0;
     padding: 0;
 }

 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: #3498db;
     border-bottom: 2px solid #eee;
     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: 10px 13px;
     /* max-width: 480px; */
     margin: 0 auto;
 }

 .diskdigger_title {
     color: #3498db;
     font-size: 22px;
     line-height: 30px;
     margin: 0 0 10px 0;
 }

 .diskdigger_subtext {
     margin: 0 0;
     font-size: 16px;
     line-height: 24px;
 }

 .diskdigger_subtitle {
     color: #3498db;
     border-bottom: 2px solid #eee;
     padding-bottom: 5px;
     margin: 10px 0;
 }

 .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;
 }

 #div-gpt-ad-1733386678602-0 {
     min-width: 336px;
     min-height: 280px;
 }

 /* *************************************** 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;
 }

 .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);
 }

 .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;
     list-style-type: disc;
 }

 li {
     margin-bottom: 8px;
 }


 .car_footer {
     margin-top: 0px;
     text-align: center;
     color: #7f8c8d;
     font-style: italic;
     padding: 0 10px 12px 10px;
 }

 @media (max-width: 600px) {

     .benefits-grid,
     .mistakes-grid,
     .tips-grid {
         grid-template-columns: 1fr;
     }
 }

 /* ******************************************** 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;
 }

 #div-gpt-ad {
     width: 336px;
     height: 280px;
     margin: 0 auto;
     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;
     }
 }