/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2025 | 13:59:15 */
     .oilsomnia-service-page a {
            color: #D99496;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .oilsomnia-service-page a:hover {
            color: #fff;
        }

.oilsomnia-service-card .oilsomnia-btn-primary

 {
    margin-top: auto;
    align-self: flex-start;
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
    color: #fff!important;
}

.oilsomnia-btn,
.oilsomnia-btn-primary {
  color: #fff !important;
}

/* Ensure even hovered/active states stay white */
.oilsomnia-btn:hover,
.oilsomnia-btn:focus,
.oilsomnia-btn:active,
.oilsomnia-btn-primary:hover,
.oilsomnia-btn-primary:focus,
.oilsomnia-btn-primary:active {
  color: #fff !important;
}

/* Base state */
#rmb-toggle-discount-section,
.rmb-discount-link {
  color: #D99496 !important;
}

/* Hover / focus / active states */
#rmb-toggle-discount-section:hover,
#rmb-toggle-discount-section:focus,
#rmb-toggle-discount-section:active,
.rmb-discount-link:hover,
.rmb-discount-link:focus,
.rmb-discount-link:active {
  color: #D99496 !important;
}

/* all label text dark grey */
label[for="rmb_agree_terms"] {
  color: #333;
}

/* force those two links always pink, no matter what */
label[for="rmb_agree_terms"] a,
label[for="rmb_agree_terms"] a:visited,
label[for="rmb_agree_terms"] a:hover,
label[for="rmb_agree_terms"] a:active {
  color: #D99496 !important;
  text-decoration: none !important;
}

.rmb-discount-link:hover

 {
	  color: #D99496 !important;
    text-decoration: underline;
}

