/* NAZ Partner Terms & Conditions Styling */
.naz-terms-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 50px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #333333;
    line-height: 1.8;
}

.naz-terms-container h1 {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
}

.naz-terms-subtitle {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
}

.naz-terms-container h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 35px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.naz-terms-container h2 span {
    background: #1a1a1a;
    color: #ffffff;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 12px;
    flex-shrink: 0;
}

.naz-terms-container p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.naz-terms-container ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.naz-terms-container ul li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #4a4a4a;
}

.naz-terms-highlight {
    background: #f9f9f9;
    border-left: 4px solid #1a1a1a;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}

.naz-terms-highlight p {
    margin: 0;
    font-weight: 500;
    color: #222222;
}