/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: IDdigitech Admin (admin@iddigitech.com)
*/

/* Woohoo! Let's customize! */


/* Change text color for all WPForms field labels */
.wpforms-field-label {
    color: #FFFFFF !important;
}


/* Change color of the text typed into input and textarea fields */
.wpforms-form input[type="text"], 
.wpforms-form input[type="email"], 
.wpforms-form input[type="tel"],
.wpforms-form input[type="url"],
.wpforms-form input[type="number"],
.wpforms-form textarea {
    color: #000000 !important; /* Replace with your hex color code */
}


/*
 * Tombol berbagi dengan kontras teks putih minimal 4.5:1.
 */
.idd-share-btn,
.idd-share-btn span {
    color: #fff !important;
}

.idd-share-btn.idd-wa {
    background-color: #087a5a !important;
    border-color: #087a5a !important;
}

.idd-share-btn.idd-fb {
    background-color: #0b57d0 !important;
    border-color: #0b57d0 !important;
}

.idd-share-btn.idd-tg {
    background-color: #006daa !important;
    border-color: #006daa !important;
}

.idd-share-btn:hover,
.idd-share-btn:focus {
    color: #fff !important;
    filter: brightness(0.88);
}

/*
 * Tombol kirim ulasan SASWP.
 */
#submit.saswp-rf-form-submit-btn,
input.saswp-rf-form-submit-btn {
    background-color: #075985 !important;
    border-color: #075985 !important;
    color: #fff !important;
}

#submit.saswp-rf-form-submit-btn:hover,
#submit.saswp-rf-form-submit-btn:focus,
input.saswp-rf-form-submit-btn:hover,
input.saswp-rf-form-submit-btn:focus {
    background-color: #06486b !important;
    border-color: #06486b !important;
    color: #fff !important;
}

/*
 * Fokus keyboard yang terlihat jelas.
 */
.idd-share-btn:focus-visible,
.saswp-rf-form-submit-btn:focus-visible,
.saswp_rf_template_review_filter:focus-visible {
    outline: 3px solid #f59e0b !important;
    outline-offset: 3px;
}



/* Jarak judul di dalam bidang abu-abu formulir */
#comments > #respond.saswp-rf-form {
    margin: 0 !important;
    padding: 50px 0 .5em !important;
}

/* Bagian komentar → footer */
#comments.saswp-rf-template-wrapper {
    margin-bottom: 50px !important;
}



