.privacy-dialog {
    font-family: 'Segoe UI', sans-serif;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 520px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.privacy-dialog .title-bar {
    margin-bottom: 1rem;
}

.title-text {
    font-weight: 600;
    color: #333;
}

.close-button {
    text-align: right;
}

.privacy-content {
    padding: 1rem 0;
    background-color: #fafafa;
    border-radius: 8px;
}

.intro-text {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.link-button {
    padding-left: 0.25rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: none;
}

.privacy-grid {
    row-gap: 1rem;
    margin-bottom: 1rem;
}

.cookie-note {
    font-size: 0.85rem;
    color: #777;
    text-align: center;
    margin-top: 1rem;
}