/*
Theme Name: Digitaali_2025
Author: Digitaali Oy
*/
/* test */
:root {
    --primary-color: #C81F71;
}

html { scroll-behavior: smooth; }

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


:where(.wp-block-columns) {
    margin-bottom: 0;
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 20px;
}

@media (min-width: 500px) {
    :where(.wp-block-columns.has-background) {
        padding: 1.5em 2.5em;
    }
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0;
}

@media (max-width: 767px) {
    .dg-hide-on-mobile {
        display: none !important;
    }    
}

@media (min-width: 992px) {
    .dg-hide-on-desktop {
        display: none !important;
    }
}