/* Shared styles for privacy notice pages */
.privacy-index-page #main-wrapper,
.privacy-index-page .uc-mobile-menu-pusher,
.privacy-index-page .content-wrapper {
    min-height: 100vh;
}

.privacy-index-page .content-wrapper {
    display: flex;
    flex-direction: column;
}

.privacy-index-page .contact-section {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 1.5rem 0 !important;
}

.privacy-index-page .contact-section .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-index-page .footer {
    margin-top: auto;
}

.contact-section {
    padding: 2.5rem 0 1.5rem !important;
}

.contact-section .container {
    width: 95%;
    max-width: 1280px;
}

.contact-section .contact-form {
    margin-top: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.privacy-selector-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.privacy-notice-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 2.5rem;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1.5px 6px rgba(0, 0, 0, 0.04);
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.privacy-notice-container--plain {
    max-width: 1200px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 1rem 0 0.5rem;
}

.privacy-notice-container h1,
.notice-container h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
    line-height: 1.3;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.privacy-notice-container--plain h1 {
    font-size: 3.2rem;
    margin-bottom: 1.3rem;
}

.dxn-pn-form {
    margin: 1rem 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dxn-pn-label {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.dxn-pn-select {
    display: block !important;
    float: none !important;
    width: 540px !important;
    max-width: 100%;
    margin: 0.4rem auto 0 !important;
    padding: 0.8rem 1rem;
    border: 1px solid #d3d9e3;
    border-radius: 6px;
    font-size: 1.5rem;
    color: #1f2937;
    background-color: #ffffff;
    -webkit-text-fill-color: #1f2937;
    appearance: auto;
    font-family: "Roboto", sans-serif;
}

.privacy-notice-container--plain .dxn-pn-select {
    width: 620px !important;
}

.dxn-pn-select:focus {
    border-color: #1a3a5d;
    outline: 2px solid rgba(26, 58, 93, 0.15);
    outline-offset: 1px;
}

.dxn-pn-select option {
    color: #1f2937;
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}

.dxn-pn-select option[value=""] {
    color: #6b7280;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}

.privacy-notice-section {
    padding: 8rem 0 4rem;
    background-color: #fff;
}

.notice-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1.5px 6px rgba(0, 0, 0, 0.04);
    font-family: "Roboto", sans-serif;
}

.privacy-notice-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
}

.privacy-notice-item {
    width: 100%;
    max-width: 760px;
    background: #f3f3f5;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.privacy-notice-item:hover {
    background: #e8edf5;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.view-btn {
    display: block;
    width: 100%;
    padding: 1rem 1.25rem;
    color: #5a3b7e;
    font-size: 1.5rem;
    text-decoration: none;
    text-align: center;
    font-family: "Roboto", sans-serif;
    border-radius: 12px;
}

.view-btn:hover,
.view-btn:focus {
    text-decoration: none;
    color: #5a3b7e;
}

.notice-content {
    color: #333;
    line-height: 1.7;
    font-size: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.notice-content h3 {
    margin-top: 1.8rem;
    font-size: 1.2rem;
    color: #1a3a5d;
    font-family: "Montserrat", sans-serif;
}

.notice-content p,
.notice-content li {
    margin-bottom: 0.7rem;
}

.notice-content ul,
.notice-content ol {
    margin: 0 0 1rem 1.5rem;
    padding-left: 1.2rem;
    list-style-position: outside;
}

.notice-content ul {
    list-style-type: disc !important;
}

.notice-content ol {
    list-style-type: decimal;
}

.notice-content ol[type="i"] {
    list-style-type: lower-roman !important;
}

.notice-content ul li {
    display: list-item !important;
    list-style-type: disc !important;
}

.notice-content ol li {
    display: list-item !important;
}

.notice-content ol[type="i"] > li {
    list-style-type: lower-roman !important;
}

.notice-content ol li ul {
    margin-top: 0.4rem;
}

.notice-content ol li ul li {
    list-style-type: disc !important;
}

.notice-content ol[type="i"] > li::marker {
    color: #333;
    font-weight: 700;
}

.notice-content ul li::marker,
.notice-content ol li ul li::marker {
    color: #333;
}

.pn-back-wrap {
    margin-top: 1.8rem;
    text-align: center;
}

.pn-back-btn {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: #1a3a5d;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(26, 58, 93, 0.07);
    font-family: "Roboto", sans-serif;
}

.pn-back-btn:hover,
.pn-back-btn:focus {
    background: #15304b;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(26, 58, 93, 0.13);
    outline: none;
}

@media (max-width: 768px) {
    .privacy-index-page .contact-section {
        align-items: flex-start;
        padding-top: 1rem !important;
    }

    .contact-section {
        padding: 1.5rem 0 1rem !important;
    }

    .privacy-notice-container,
    .notice-container {
        padding: 1.3rem 1rem;
    }

    .privacy-notice-container h1,
    .notice-container h2 {
        font-size: 1.5rem;
    }

    .privacy-notice-container--plain h1 {
        font-size: 2rem;
    }

    .dxn-pn-label {
        font-size: 1rem;
    }

    .dxn-pn-select {
        width: 100% !important;
        font-size: 1rem;
        padding: 0.7rem 0.85rem;
    }

    .view-btn {
        font-size: 1.05rem;
        padding: 0.9rem 0.8rem;
    }

    .notice-content {
        font-size: 1rem;
    }
}
