/*
Theme Name: medihalo
Theme URI: https://example.com/medihalo
Author: medihalo
Author URI: https://example.com
Description: Motyw WordPress dla landing page mediHALO.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: medihalo
*/

body {
    font-family: "Montserrat", sans-serif;
}

.medical-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #cceeff 100%);
}

.blob-bg {
    background: #cceeff;
    filter: blur(80px);
    opacity: 0.5;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #cceeff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #aaddff;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
    max-height: 100px;
}

.custom-logo {
    display: block;
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
}

.footer-brand {
    display: inline-flex;
    justify-content: center;
}

.footer-brand .custom-logo-link {
    max-height: 150px;
    justify-content: center;
}

.footer-brand .custom-logo {
    max-height: 150px !important;
}

.footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav-list li {
    display: inline-flex;
    align-items: center;
}

.footer-nav-list li + li::before {
    content: "|";
    color: #94a3b8;
    margin: 0 0.75rem;
    font-weight: 600;
}

.footer-nav-list a,
.footer-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 0;
    border: none;
    background: transparent;
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
    transition: color 0.2s ease;
    text-decoration: none;
}

.footer-nav-list a:hover,
.footer-nav-link:hover {
    color: #64748b;
}

