/**
 * Prynova site overrides — loaded after theme + Vite CSS.
 * Upload this file to production when you cannot run npm build on the server.
 */

/* Home-8 about revenue card */
.tv-about-section.style-7 .image .content-box {
    padding: 0 48px 60px !important;
    gap: 24px;
    align-items: flex-end;
}

.tv-about-section.style-7 .image .content-box .content {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    margin-top: 50px;
    padding-right: 12px;
}

.tv-about-section.style-7 .image .content-box .content h3 {
    margin-bottom: 12px;
}

.tv-about-section.style-7 .image .content-box .content p,
.tv-about-section.style-7 .image .content-box .content .cms-content {
    margin: 0;
    line-height: 1.65;
    max-width: none;
    text-wrap: pretty;
}

.tv-about-section.style-7 .image .content-box .icon {
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .tv-about-section.style-7 .image .content-box {
        padding: 0 32px 48px !important;
    }
}

@media (max-width: 575px) {
    .tv-about-section.style-7 .image .content-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 24px 36px !important;
    }

    .tv-about-section.style-7 .image .content-box .content {
        margin-top: 32px;
        padding-right: 0;
    }
}

/* Home-8 service cards — keep top icon colors on hover */
.service-box-eight:hover .service-top .logo img {
    filter: none !important;
}
