/* ========== LICENSE PAGE ========== */
.license-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem;
}

.license-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #48bb78;
    margin-bottom: 1rem;
}

.license-header p {
    font-size: 1.125rem;
    color: #cbd5e0;
}

.license-content {
    padding: 0 2rem 2rem;
}

.license-card {
    background: #2d3748;
    border: 1px solid #2d3748;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.license-card h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #48bb78;
    margin-bottom: 1.5rem;
}

.license-text {
    font-family: 'Courier New', monospace;
    background: #1a202c;
    padding: 1.5rem;
    border-radius: 0.375rem;
    border: 1px solid #2d3748;
    white-space: pre-wrap;
    line-height: 1.6;
}

.license-text p {
    margin-bottom: 1rem;
    color: #e2e8f0;
}

.license-text p:last-child {
    margin-bottom: 0;
}

.license-notice {
    background: #2d3748;
    border: 1px solid #2d3748;
    border-radius: 0.5rem;
    padding: 2rem;
}

.license-notice h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #48bb78;
    margin-bottom: 1rem;
}

.license-notice p {
    color: #cbd5e0;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.license-notice ul {
    color: #cbd5e0;
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.license-notice li {
    margin-bottom: 0.5rem;
}