/*
Theme Name:     Kadece Child
Theme URI:      http://deviora.com
Template:       kadence
Author:         Ali Niaz
Author URI:     http://aliniaz.com
Description:    Kadence Child Theme
Version:        1.1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.kc_footer_container input {
	border-radius: 0!important;
	background-color:  transparent!important;
	border: none!important;
	border-bottom: 1px solid #666!important;
	padding: 0 0 15px 0!important;
	color: #fff!important;
}

.kc_footer_container button{
	margin-bottom: 0!important;
}

/* Container styling of subscription boxes */
.wcsatt-options-prompt-radios {
  display: flex;
  gap: 15px; /* space between boxes */
  margin: 20px 0;
  list-style: none;
  padding: 0;
}

/* Each option box */
.wcsatt-options-prompt-radio {
  flex: 1; /* each takes equal width */
  display: flex; /* make children stretch equal height */
}

/* Label box */
.wcsatt-options-prompt-label {
  flex: 1;
  display: flex; 
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9f9f9;
  font-weight: 600;
}

/* Hide default radio button */
.wcsatt-options-prompt-action-input {
  display: none;
}

/* Hover effect */
.wcsatt-options-prompt-label:hover {
  border-color: #0073e6;
  background: #eef6ff;
}

/* Active/selected state */
.wcsatt-options-prompt-action-input:checked + .wcsatt-options-prompt-action {
  color: #0073e6;
  font-weight: 700;
}

