.center {
    text-align: center;
}
.intro-section {
    padding-top: 38px;
}
.page-title {
    margin-bottom: 24px;
}
.entry-content {
    font-size: 20px;
}
.entry-content p {
    margin-bottom: 20px;
}
.entry-content a {
    color: var(--blue);
}
.entry-content a:hover {
    text-decoration: underline;
}
.entry-content .highlighted {
    display: block;
    margin-top: 7px;
}

.ca-img-banner.alt.narrow-img .left-img-wrapper {
    width: auto;
    min-width: 164px;
    margin-right: 20px;
}

.media-section {
    margin-top: 40px;
    padding: 60px 0 80px;
}
.media-section .ca-sec-title {
    margin-bottom: 24px;
}
.media-section .slick-slider .slick-dots li {
    margin-left: 0;
}
.media-section .slick-slider .slick-dots li button {
    padding: 0;
    border-radius: 50%;
    transition: opacity 0.3s ease;
}
.media-section .slick-slider .slick-dots li button:before {
    display: none;
}

.kit-section {
    padding: 62px 0;
}
.kit-section .ca-sec-title {
    margin-bottom: 21px;
    text-align: center;
}
.kit-section .kit-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
.kit-section .screenshots-wrapper .screenshots-items {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 40px 40px;
}
.kit-section .screenshots-wrapper .screenshot-item {
    width: 216px;
}
.kit-section .screenshots-wrapper .screenshot-item .screenshot-link img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.kit-section .screenshots-wrapper .screenshot-item-title {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.kit-section .logos-wrapper {
    margin-top: 68px;
}
.kit-section .logos-wrapper .kit-title {
    margin-bottom: 30px;
}
.kit-section .logos-wrapper .logos-items {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 40px 85px;
}
.kit-section .logos-wrapper .logo-item {
    width: 216px;
    height: auto;
}
.kit-section .logos-wrapper .logo-item.icon {
    text-align: center;
}
.kit-section .logos-wrapper .logo-item.icon .logo-link {
    display: inline-block;
    width: 132px;
}
.kit-section .logos-wrapper .logo-item img {
    display: block;
    width: 100%;
    height: auto;
}
.kit-section .logos-wrapper .logo-item .logo-item-title {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.download-all-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.download-all-btn-wrapper .ca-view-btn {
    padding: 11px 29px;
    /* font-size: 18px; */
    line-height: 1.3;
    /* font-weight: 400; */
    text-transform: none;
    border-radius: 8px;
}
.download-all-btn-wrapper .ca-view-btn:after {
    border-radius: 10px;
}
.download-all-btn-wrapper .ca-view-btn:before {
    display: none;
}

@media (max-width: 1199px) {
    .kit-section .screenshots-wrapper .screenshots-items,
    .kit-section .logos-wrapper .logos-items {
        gap: 40px 20px;
    }
}

@media (max-width: 1023px) {
    .entry-content {
        font-size: 18px;
    }
    .kit-section .screenshots-wrapper .screenshots-items,
    .kit-section .logos-wrapper .logos-items {
        gap: 40px;
    }
    .kit-section .screenshots-wrapper .screenshots-items {
        justify-content: center;
    }
    .kit-section {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .entry-content {
        font-size: 16px;
    }
    .ca-img-banner.alt.narrow-img .left-img-wrapper {
        left: 10px;
        min-width: 0;
        max-width: 114px;
        margin-right: 0;
    }
    .media-section .ca-sec-title {
        margin-bottom: 16px;
    }
    .kit-section .kit-title {
        font-size: 20px;
    }
    .kit-section .screenshots-wrapper .screenshot-item {
        width: 103.5px;
    }
    .kit-section .screenshots-wrapper .screenshots-items,
    .kit-section .logos-wrapper .logos-items {
        gap: 30px 12px;
    }
    .kit-section .screenshots-wrapper .screenshot-item-title {
        margin-top: 10px;
        font-size: 12px;
    }
    .kit-section .logos-wrapper .logo-item {
        width: 166px;
        max-width: 42.5vw;
    }
    .kit-section .logos-wrapper .logo-item .logo-item-title {
        margin-top: 10px;
        font-size: 12px;
    }
    .download-all-btn-wrapper .ca-view-btn {
        /* padding: 11px 30px; */
        font-size: 16px;
        /* border-radius: 4px; */
    }
    .download-all-btn-wrapper .ca-view-btn:after {
        /* border-radius: 6px; */
    }
}

/* body.debug {
    background: url(../debug/media.jpg) no-repeat top center;
}
body.debug > * {
    opacity: .7;
} */