/*
Theme Name: Raskite Dark Footer Fix
Theme URI: https://www.raskite.lt/
Author: ATN GROUP, UAB
Description: Dark editor-first theme with corrected readable footer.
Version: 0.9.1
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: raskite
*/

/* Visual design belongs to block settings/theme.json. */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }

.site-header {
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0px);
    z-index: 100;
}

.raskite-dark-links a { color: inherit; }

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 700px) {
    .raskite-topbar-extra { display: none !important; }
}



/* Hero: full-bleed background, content aligned to the same 1180px page grid. */
.raskite-hero-cover .wp-block-cover__inner-container,
.raskite-hero-cover > .wp-block-group,
.raskite-hero-cover .raskite-hero-inner {
    width: min(calc(100% - 2rem), 1180px);
    max-width: 1180px;
    margin-inline: auto;
    box-sizing: border-box;
}
.raskite-hero-content {
    width: min(100%, 760px);
    max-width: 760px;
    margin-left: 0 !important;
    margin-right: auto !important;
}
.raskite-hero-cover .raskite-hero-content .wp-block-heading {
    color: #ffffff !important;
}
.raskite-hero-cover .raskite-hero-content p {
    color: #edf7f4 !important;
}
.raskite-hero-cover .raskite-hero-content a:not(.wp-block-button__link) {
    color: #c8fff0 !important;
}


/* Footer readability fix */
.raskite-dark-links,
.raskite-dark-links p,
.raskite-dark-links li,
.raskite-dark-links ul,
.raskite-dark-links ol,
.raskite-dark-links .wp-block-list,
.raskite-dark-links .wp-block-column {
    color: #edf7f4 !important;
}
.raskite-dark-links h1,
.raskite-dark-links h2,
.raskite-dark-links h3,
.raskite-dark-links h4,
.raskite-dark-links h5,
.raskite-dark-links h6,
.raskite-dark-links .wp-block-heading {
    color: #ffffff !important;
}
.raskite-dark-links a,
.raskite-dark-links a:visited {
    color: #c8fff0 !important;
}
.raskite-dark-links a:hover,
.raskite-dark-links a:focus {
    color: #ffffff !important;
}
.raskite-dark-links .wp-block-separator {
    border-color: rgba(255,255,255,.28) !important;
    background-color: rgba(255,255,255,.28) !important;
    color: rgba(255,255,255,.28) !important;
}
.raskite-dark-links .has-small-font-size {
    color: #dcebe6 !important;
}
