:root {
    --color-background: #FAFAFA;
    --color-background-card: #FFFFFF;
    --color-background-light: #F8F8F8;
}

html {
    background-color: var(--color-background) !important;
}

.responsive-image {
    width: 100%;
    height: auto;
    max-width: 700px;
    object-fit: contain;
    object-position: center;
}

.image-border {
    border: 1px solid #000000;
    border-radius: 1px;
}

.a-unbordered {
    text-decoration: none !important;
    border: none !important;
}

.language-selector .btn {
    min-width: 40px;
}

.btn-login {
    background: #00338D !important;
    color: white !important;
    padding: 0.75rem 1rem !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.btn-login:hover {
    background: #002966 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 51, 141, 0.3) !important;
}