/*
 Theme Name: Batao
 Template: twentytwentyfive
 Description: Batao theme based on Twenty Twenty-Five
 Author: Aleksandar Marković
 Tags: block-editor, fse
 Version: 1.0.0
*/

.section-logos-wrapper {
    .logo-item {
        background-color: #ffffff;
        padding: 38px 20px;
        border-radius: 8px;
        align-items: center;
        box-shadow: 0 4px 10px 0 #0000000D;

        img {
            display: inline !important;
        }

        a {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 80%;
            max-height: 80%;
        }
    }

    .logo-item:hover {
        background-color: #353565;
        transition: all 0.2s ease;

        img {
            filter: brightness(0) invert(1);

        }
    }
}

.media-and-text__textfield__0-left-padding.wp-block-media-text>.wp-block-media-text__content {
    padding-left: 0;
}

/* Hive/Honeycomb background pattern */
.hive-background-section {
    background-image: url('assets/images/hive-pattern-tile.svg');
    background-repeat: repeat;
    background-size: 72px 84px;
}

/* Utility class for any element that needs hive background */
.has-hive-background {
    background-image: url('assets/images/hive-pattern-tile.svg');
    background-repeat: repeat;
    background-size: 72px 84px;
}

/* Blockquote mobile styles */
@media (max-width: 782px) {
    .wp-block-quote {
        padding: 50px 30px 40px 30px;
        background-position: 15px 15px;
        background-size: 100px 100px;
    }

    .wp-block-quote p .is-style-text-annotation {
        font-size: 14px;
    }
}

/* Blockquote - Compact style */
.wp-block-quote.is-style-compact {
    padding: 20px 24px;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-quote.is-style-compact p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 12px;
}

.wp-block-quote.is-style-compact cite,
.wp-block-quote.is-style-compact .wp-block-quote__citation {
    font-size: 13px;
    font-style: normal;
}

.wp-block-quote.is-style-compact cite strong,
.wp-block-quote.is-style-compact .wp-block-quote__citation strong {
    font-weight: 600;
}

@media (max-width: 782px) {
    .wp-block-quote.is-style-compact {
        padding: 16px 20px;
    }

    .wp-block-quote.is-style-compact p {
        font-size: 14px;
    }

    /* Footer columns - remove gap on mobile */
    .wp-block-columns.has-contrast-background-color .wp-block-column.footer-accordion {
        margin-top: 0;
        margin-bottom: 0;
    }

    .wp-block-columns.has-contrast-background-color.is-layout-flex {
        gap: 0 !important;
    }

    /* Footer copyright - remove gap on mobile */
    .footer-copyright.is-layout-flex {
        gap: 0 !important;
        flex-wrap: wrap;
    }
}

