.cc-ovh-dashboard {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 20px 70px;
}

.cc-ovh-header {
    margin-bottom: 32px;
}

.cc-ovh-eyebrow {
    margin-bottom: 8px;
    color: #20c8ee;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.cc-ovh-header h1 {
    margin: 0 0 10px;
}

.cc-ovh-header p {
    margin: 0;
    opacity: 0.75;
}

.cc-ovh-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.cc-ovh-card {
    overflow: hidden;
    padding: 26px;
    background: #0b202a;
    border: 1px solid #24576a;
    border-radius: 12px;
}

.cc-ovh-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.cc-ovh-type {
    margin-bottom: 7px;
    color: #20c8ee;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cc-ovh-card h2 {
    margin: 0;
    font-size: 21px;
    overflow-wrap: anywhere;
}

.cc-ovh-status {
    flex: 0 0 auto;
    padding: 6px 10px;
    color: #20c8ee;
    background: #103442;
    border: 1px solid #20c8ee;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.cc-ovh-product {
    margin: 18px 0 24px;
    opacity: 0.8;
}

.cc-ovh-details {
    border-top: 1px solid #24576a;
}

.cc-ovh-details > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid #1b4352;
}

.cc-ovh-details span {
    opacity: 0.65;
}

.cc-ovh-details strong {
    text-align: right;
}

.cc-ovh-footer {
    padding-top: 20px;
    color: #20c8ee;
    text-align: right;
}

.cc-ovh-notice {
    border-color: #b99b38;
}

.cc-ovh-warning {
    border-color: #d47d28;
}

.cc-ovh-critical,
.cc-ovh-expired {
    border-color: #d9534f;
}

.cc-ovh-updated {
    margin-top: 20px;
    font-size: 12px;
    opacity: 0.55;
    text-align: right;
}

.cc-ovh-error {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    background: #0b202a;
    border: 1px solid #d9534f;
    border-radius: 8px;
}

@media (max-width: 800px) {

    .cc-ovh-grid {
        grid-template-columns: 1fr;
    }

    .cc-ovh-details > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .cc-ovh-details strong {
        text-align: left;
    }
}
