.wcav-license-keys-container {
    max-width: 800px;
    margin-top: 1.5em;
    font-family: Arial, sans-serif;
}

.wcav-license-keys-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 1em;
}

.wcav-no-keys {
    font-style: italic;
    color: #666;
}

.wcav-order-block {
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    padding: 1em 1.5em;
    margin-bottom: 2em;
    border-radius: 5px;
}

.wcav-order-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.wcav-order-title a {
    color: #0073aa;
    text-decoration: none;
}

.wcav-order-title a:hover {
    text-decoration: underline;
}

.wcav-keys-list {
    list-style-type: none;
    padding-left: 0;
}

.wcav-keys-list li {
    margin-bottom: 0.5em;
    font-size: 15px;
}

.wcav-product-link {
    font-weight: 600;
    color: #555;
    text-decoration: none;
}

.wcav-product-link:hover {
    text-decoration: underline;
}

.wcav-license-key {
    font-family: monospace;
    background-color: #eef4fa;
    padding: 2px 6px;
    border-radius: 3px;
    color: #0a2c77;
    margin-left: 5px;
}
