/* Heimdall Studio v0.20.3 - OdoBuddy Play Store + legal pages */

.odobuddy-store-legal-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: clamp(1.75rem, 3vw, 2.75rem);
    padding-top: clamp(1.5rem, 2.5vw, 2rem);
    border-top: 1px solid rgba(80, 155, 205, 0.18);
}

.odobuddy-play-store-button {
    white-space: nowrap;
}

.odobuddy-legal-links {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
}

.odobuddy-legal-links a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(65, 150, 210, 0.35);
}

.odobuddy-legal-links a:hover {
    border-bottom-color: currentColor;
}

.legal-page-main {
    padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 7vw, 6rem);
}

.legal-page-shell {
    max-width: 980px;
}

.legal-back-link {
    display: inline-flex;
    margin-bottom: 2rem;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.legal-document {
    max-width: 900px;
}

.legal-document > h1 {
    margin: 0 0 0.4rem;
    font-size: clamp(2.5rem, 5vw, 4.25rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.legal-document > .updated {
    margin-bottom: 2rem;
    opacity: 0.65;
}

.legal-document .section {
    margin: 0 0 1.25rem;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border: 1px solid rgba(80, 155, 205, 0.16);
    border-radius: 24px;
    background: rgba(238, 248, 253, 0.7);
}

.legal-document .section h2 {
    margin: 0 0 0.8rem;
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    line-height: 1.35;
}

.legal-document .section p {
    margin: 0 0 0.85rem;
    line-height: 1.7;
}

.legal-document .section p:last-child {
    margin-bottom: 0;
}

.legal-document .section ul {
    margin: 0.6rem 0 1rem 1.25rem;
    padding: 0;
}

.legal-document .section li {
    margin: 0.35rem 0;
    line-height: 1.65;
}

.legal-document .contact {
    white-space: pre-line;
}

@media (max-width: 760px) {
    .odobuddy-store-legal-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .legal-document .section {
        border-radius: 18px;
    }
}
