section.wp-block-amphibee-push {
    max-width: unset;
    background: var(--gbg-color-secondary);
    padding: 80px 32px;
    margin: 0 !important;
    color: white;
}

@media screen and (min-width: 998px) {
    section.wp-block-amphibee-push {
        padding: 144px 16px;
    }
}

section.wp-block-amphibee-push .push-container {
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
}

@media screen and (min-width: 998px) {
    section.wp-block-amphibee-push .push-container {
        grid-template-columns: 1fr 1.3fr 1fr;
    }
}

@media screen and (min-width: 1700px) {
    section.wp-block-amphibee-push .push-container {
        gap: 64px;
        max-width: var(--gbg-wide-width);
    }
}

section.wp-block-amphibee-push .push-container .push-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.wp-block-amphibee-push .push-container .push-column.push-images-left {
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-top: 32px;
}

section.wp-block-amphibee-push .push-container .push-images-right {
    display: none;
}

@media screen and (min-width: 998px) {
    section.wp-block-amphibee-push .push-container .push-column.push-images-left {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 0;
    }

    section.wp-block-amphibee-push .push-container .push-images-right {
        display: flex;
    }

    section.wp-block-amphibee-push .push-container .push-images-right .push-image-wrapper:last-child {
        margin-top: -16px;
        margin-left: auto;
        transform: translateX(-64px);
    }

    section.wp-block-amphibee-push .push-container .push-images-right .push-image-wrapper:last-child img {
        aspect-ratio: 160/220;
        max-height: 220px;
        object-position: top center;
    }
}

section.wp-block-amphibee-push .push-container .push-image-wrapper {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: fit-content;
    max-width: 200px;
}

section.wp-block-amphibee-push .push-container .push-image-wrapper img {
    object-fit: cover;
    object-position: top;
}

section.wp-block-amphibee-push .push-container .push-images-left .push-image-wrapper:first-child {
    margin-left: -16px;
    margin-top: -32px;
    z-index: 1;
}

section.wp-block-amphibee-push .push-container .push-images-left .push-image-wrapper:first-child img {
    aspect-ratio: 170/220;
    max-height: 136px;
}

section.wp-block-amphibee-push .push-container .push-images-left .push-image-wrapper:last-child img {
    aspect-ratio: 200/275;
    max-height: 176px;
}

@media screen and (min-width: 998px) {
    section.wp-block-amphibee-push .push-container .push-images-left .push-image-wrapper:last-child {
        margin-left: 48px;
    }

    section.wp-block-amphibee-push .push-container .push-images-left .push-image-wrapper:first-child {
        margin: 0 0 -32px auto;
    }

    section.wp-block-amphibee-push .push-container .push-images-left .push-image-wrapper:first-child img {
        max-height: 220px;
    }

    section.wp-block-amphibee-push .push-container .push-images-left .push-image-wrapper:last-child img {
        max-height: inherit;
    }
}

section.wp-block-amphibee-push .push-container .push-content {
    text-align: center;
    padding: 0;
}

section.wp-block-amphibee-push .push-content .wp-block-heading {
    font-size: clamp(32px, 4vw, 48px) !important;
    font-weight: 500;
    margin: 0 auto 24px;
    line-height: 1 !important;
}

section.wp-block-amphibee-push .push-content p {
    font-size: clamp(16px, 4vw, 20px);
    margin-bottom: 32px;
}

section.wp-block-amphibee-push .push-content .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 14px;
}

section.wp-block-amphibee-push .push-content .wp-block-button__link {
    color: var(--gbg-color-primary);
    padding: 12px 16px !important;
    border-radius: 9999px;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    width: auto;
    line-height: 1;
    margin: 0;
}

@media screen and (min-width: 998px) {
    section.wp-block-amphibee-push .push-content .wp-block-button__link {
        padding: 16px 32px !important;
    }
}

section.wp-block-amphibee-push .push-content .wp-block-button .wp-block-button__link:hover {
    transform: translateY(-2px);
}

/* Button style variants */
section.wp-block-amphibee-push .push-content .wp-block-button.is-style-button-style-primary .wp-block-button__link {
    background: var(--gbg-color-light-citron) !important;
    border: 2px solid var(--gbg-color-dark-citron) !important;
}

section.wp-block-amphibee-push .push-content .wp-block-button.is-style-button-style-primary .wp-block-button__link:hover {
    background: var(--gbg-color-dark-citron) !important;
}

section.wp-block-amphibee-push .push-content .wp-block-button.is-style-button-style-secondary .wp-block-button__link {
    background: var(--gbg-color-grey) !important;
    border: 2px solid var(--gbg-color-dark-grey) !important;
}

section.wp-block-amphibee-push .push-content .wp-block-button.is-style-button-style-secondary .wp-block-button__link:hover {
    background: var(--gbg-color-dark-grey) !important;
}
