.cc-my-account-panel {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: #333;
    margin: 4px auto 0;
    max-width: 1420px;
    overflow: hidden;
    padding: 24px;
    width: calc(100% - 48px);
}

.cc-my-account-panel h3 {
    margin-top: 0;
}

.cc-my-account-panel p:last-child {
    margin-bottom: 0;
}

.cc-license-card {
    margin-top: 18px;
}

.cc-license-email {
    margin-bottom: 8px;
}

.cc-license-validity {
    margin-bottom: 16px;
}

.cc-license-validity-expiring {
    color: orange;
    font-weight: 600;
}

.cc-license-validity-expired {
    color: red;
    font-weight: 600;
}

.cc-license-key-row {
    align-items: flex-end;
    display: flex;
    gap: 10px;
}

.cc-license-key-field {
    flex: 1 1 auto;
    min-width: 0;
}

.cc-license-key-value {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: monospace;
    font-size: 14px;
    margin-top: 5px;
    padding: 10px;
    word-break: break-all;
}

.cc-license-panel #cc-copy-license {
    align-self: flex-end;
    white-space: nowrap;
}

.cc-copy-feedback {
    color: #46b450;
    display: none;
    margin-top: 10px;
}

.cc-license-help {
    color: #666;
    font-size: 13px;
    margin-top: 22px;
}

.cc-account-notice {
    margin-top: 18px;
    padding: 15px;
}

.cc-account-notice p {
    margin: 0;
}

.cc-account-notice-warning {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}

.cc-peppol-panel .form-row {
    margin-bottom: 14px;
}

.cc-peppol-panel small {
    display: block;
    margin-top: 8px;
}

@media (max-width: 980px) {
    .cc-my-account-panel {
        width: calc(100% - 36px);
    }
}

@media (max-width: 600px) {
    .cc-my-account-panel {
        padding: 18px;
        width: calc(100% - 24px);
    }

    .cc-license-key-row {
        align-items: stretch;
        flex-direction: column;
    }

    .cc-license-panel #cc-copy-license {
        align-self: flex-start;
    }
}
