/* Override Mac styles: remove li::before bullet and padding for Windows page */
.image-text .centered-list li::before {
    content: none;
}
.image-text .centered-list li {
    padding-left: 0;
}
.image-text .centered-list p {
    margin-bottom: 16px;
}
/* Restore bullets for lists that have actual list items (sections with p + li pattern) */
.image-text .centered-list.has-bullets li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    line-height: 1.5;
}
.image-text .centered-list.has-bullets li::before {
    content: "\2022";
    position: absolute;
    transform: translateX(-300%);
    color: #000000;
    font-weight: 600;
}

/* Reduce spacing below All-in-One Data Recovery Solution section */
.section-power .image-text {
    margin-top: 30px;
    margin-bottom: 50px;
}

/* Push Read More Tech Reviews link to bottom of review card */
.review-card .read-more {
    margin-top: auto;
}

/* Align Trustpilot star ratings across cards */
#trustpilot .review-icon {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

/* Fix third card being pushed down by bottom-div margin */
#trustpilot .bottom-div {
    margin-top: 0;
}
