/*
 * Coming Soon Counter - Admin Styles
 * Version: 1.0
 */

.csc-logo-field,
.csc-bg-image-field {
    max-width: 900px;
}

.csc-logo-field input[type="text"],
.csc-bg-image-field input[type="text"] {
    margin-right: 10px;
}

#csc_logo_preview {
    display: block;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    background: #f9f9f9;
}

#csc_logo_remove_button,
#csc_bg_image_remove_button {
    color: #a00;
    border-color: #a00;
}

#csc_logo_remove_button:hover,
#csc_bg_image_remove_button:hover {
    background: #a00;
    color: #fff;
    border-color: #a00;
}

.csc-bg-color-field {
    display: flex;
    align-items: center;
    gap: 10px;
}

.csc-bg-color-field input[type="color"] {
    width: 50px;
    height: 30px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

/* Settings form improvements */
.form-table td {
    padding: 15px 10px;
}

.form-table th {
    padding: 20px 10px 20px 0;
    width: 250px;
}

/* Color picker container */
#csc_overlay_picker {
    margin-top: 5px;
}

/* Description field */
textarea[name="csc_description"] {
    resize: vertical;
    min-height: 80px;
    max-width: 500px;
}

.description {
    font-style: italic;
    color: #666;
    margin-top: 5px !important;
}
.csc_admin_wrapper {
    background-color: #fdfdfd;
    padding: 40px;
    border-radius: 30px;
}

h1.csc_title {
    font-size: 50px;
    margin-bottom: 40px;
    margin-top: 50px;
}