.scrywp-upgrade-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.scrywp-upgrade-settings-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0;
    flex-shrink: 0;
}

.scrywp-upgrade-settings-button .dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1;
}

.scrywp-upgrade-settings-dialog {
    width: 90%;
    max-width: 700px;
    border: 1px solid #ccd0d4;
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.scrywp-upgrade-settings-dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

.scrywp-upgrade-settings-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
}

.scrywp-upgrade-settings-dialog-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #23282d;
}

.scrywp-upgrade-settings-dialog-close-button {
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #646970;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.scrywp-upgrade-settings-dialog-close-button:hover {
    color: #dc3232;
}

.scrywp-upgrade-settings-dialog-content {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
}
