.license-page-card {
    max-width: 960px;
    margin: 0 auto;
}

.license-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8eee9;
}

.license-title {
    margin: 0;
    font-size: 26px;
    color: #002633;
}

.license-type-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
}

.license-viewer {
    background: #f8faf9;
    border: 1px solid #e5ebe7;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
}

.license-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.license-pdf {
    width: 100%;
    min-height: 80vh;
    border: none;
    border-radius: 8px;
    background: #fff;
}

.license-actions {
    margin-top: 20px;
    text-align: center;
}

.license-open-btn,
.license-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    background: #4caf50;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.license-open-btn:hover,
.license-contact-btn:hover {
    background: #43a047;
}

.license-empty {
    text-align: center;
    padding: 24px 12px;
}

.license-empty h2 {
    margin-bottom: 10px;
}

.license-empty p {
    color: #64748b;
    margin-bottom: 18px;
}

@media (max-width: 768px) {
    .license-title {
        font-size: 22px;
    }

    .license-pdf {
        min-height: 60vh;
    }
}
