/*
Theme Name: Wordpress Router Child
Theme URI: https://thewordpressrouter.com/
Template: wordpress-router
Author: Alexander Lytle
Author URI: https://thewordpressrouter.com/
Description: This theme is designed to for speed and customization. This is not an "all purpose theme"
Version: 1.0.2.17082914891
Updated: 2024-02-18 21:24:49

*/
body {
    font-family: Poppins, sans-serif;
    background-color: #F7F9FA;
}

/* remove default list style */
.sidebar-cart-content .woocommerce-mini-cart{
    list-style:none;
    margin:0;
    padding:0;
    max-height: calc(100vh - 250px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.donutfy-footer {
    background-color: white;
}

#custom-sidebar-cart .sidebar-cart-header {
    align-items: center;
}

#custom-sidebar-cart #close-sidebar-cart {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

#custom-sidebar-cart .close-sidebar-cart:hover {
    color: #0b6a38;
}

#custom-sidebar-cart .sidebar-cart-header h3 {
    color: #000;
    margin: 0;
    padding-top: 10px;
}

.sidebar-cart-content .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 20px 10px 20px 0px !important;
}

.sidebar-cart-content .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 75px !important;
    object-fit: cover !important;
}

.sidebar-cart-content .woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
    display: none !important;
}

/* cart item */
.sidebar-cart-content .mini_cart_item{
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 0;
    border-bottom:1px solid #eee;
    justify-content: space-between;
}

/* product image */
.sidebar-cart-content .mini_cart_item img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

/* product details */
.sidebar-cart-content .mini-cart-details{
    display:flex;
    flex-direction:column;
    font-size:16px;
    font-weight:600;
    font-size: 18px !important;
    color: black;
}

/* quantity price */
.sidebar-cart-content .mini-cart-details .quantity{
    font-size: 18px !important;
    font-weight: 600;
    color: black;
    margin-top:3px;
}

.sidebar-cart-content .woocommerce-mini-cart__total {
    border-color: var(--subtotal-divider-color, #d5d8dc);
    border-style: var(--subtotal-divider-style, solid);
    border-width: var(--subtotal-divider-top-width, 1px) var(--subtotal-divider-right-width, 1px) var(--subtotal-divider-bottom-width, 1px) var(--subtotal-divider-left-width, 1px);
    color: var(--menu-cart-subtotal-color, inherit);
    font-size: 20px;
    font-weight: 600;
    text-align: var(--menu-cart-subtotal-text-align, center);
    padding: 20px;
}

.sidebar-cart-content .woocommerce-mini-cart__buttons a {
    display: none;
}

.sidebar-cart-content .woocommerce-mini-cart__buttons .checkout {
    display: block;
    width: 100%;
    border-radius: 8px;
    background-color: #0b6a38;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

/* --------------------------------------------------------------
   Donutfy Homepage Template
--------------------------------------------------------------*/
.donutfy-home-template {
    width: 100%;
}

.donutfy-home-hero {
    display: flex;
    width: 100%;
    min-height: 640px;
    overflow: hidden;
    background: #ffffff;
    /* height: 80vh; */
}

.donutfy-home-left {
    position: relative;
    flex: 0 0 50%;
    min-height: 640px;
    overflow: hidden;
}

.donutfy-home-left-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.02);
    /* fallback gradient if no image configured */
    background-image: linear-gradient(135deg, #2aa6ad 0%, #1f8d95 100%);
}

.donutfy-home-left-bg-desktop {
    display: block;
}

.donutfy-home-left-bg-mobile {
    display: none;
    background-position: right !important;
}

.donutfy-home-left-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.donutfy-home-left-content-box {
    max-width: 560px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    border-radius: 16px;
    padding: 34px 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.donutfy-home-title {
    margin: 0 0 12px 0;
    font-family: Poppins, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}

.donutfy-home-description {
    font-family: Poppins, sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
}

.donutfy-home-description p {
    margin: 0 0 14px 0;
}

.donutfy-home-cta-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}

.donutfy-home-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 14px;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.donutfy-home-cta-btn:hover {
    color: #000000;
}

.donutfy-home-cta-primary {
    background: #ffffff;
    color: #000000;
}

.donutfy-home-cta-secondary {
    background: #ffffff;
    color: #000000;
}

.donutfy-home-right {
    flex: 0 0 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
}

.donutfy-home-right-inner {
    width: 100%;
    display: flex;
    justify-content: center;
}

.donut-container {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.donut-card {
    width: 380px;
    padding: 30px;
    border-radius: 25px;
    background: white;
    text-align: center;
    box-shadow: 20px 20px 60px #d2d4d5, -2px -2px 10px #d3d3d3;
	font-family:Poppins, sans-serif;
}

.donut-card h2 {
    font-size: 28px;
    margin-bottom: 5px;
	font-family:Poppins, sans-serif;
}

.donut-card p {
    color: #666;
    margin-bottom: 25px;
		font-family:Poppins, sans-serif;
}

.donut-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.donut-tab {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
	color: black !important;
	font-family:Poppins, sans-serif;
}
	
.donut-tab.active {
    border-color: black;
}
	
.donut-tab.active:hover , .donut-tab:hover , .donut-tab:focus  {
    background-color: white !important;
}	

.donut-form input {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
	font-family:Poppins, sans-serif;
}
	
.donut-form label {
	float: left;
    margin-bottom: 8px;
}	

.donut-checkbox {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    margin-bottom: 20px;
	text-align: left;
    font-family:Poppins, sans-serif;
    line-height: 18px;
}

.donut-checkbox input {
    margin-right: 10px;
    margin-top: 4px;
	font-family:Poppins, sans-serif;
}

.donut-btn {
    width: 100%;
    padding: 12px;
    background: #0a703b;
    color: white;
    border: none;
    font-size: 17px;
    border-radius: 6px;
    cursor: pointer;
		font-family:Poppins, sans-serif;
}

.donut-btn:hover {
    background: #075a30;
}

.donut-success {
    background: #e4f8ea;
    padding: 10px;
    border: 1px solid #8fd4a0;
    color: #0a703b;
    margin-bottom: 15px;
		font-family:Poppins, sans-serif;
}

.donut-error {
    background: #fde4e4;
    padding: 10px;
    border: 1px solid #f5a3a3;
    color: #c00;
    margin-bottom: 15px;
	font-family:Poppins, sans-serif;
}


/* ================================
   SIDEBAR NAVIGATION
================================ */
.woocommerce-MyAccount-navigation-link.is-active a {
    background: #0b6a38 !important;
    color: #fff !important;
    border-left-color: #0b6a38 !important;
}
.woocommerce-MyAccount-content a {
    color: #0d6cd2;
    font-weight: 500;
}
.woocommerce-MyAccount-navigation {
    width: 250px;
    border-radius: 12px;
    background: #f8f9fa;
    padding: 20px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 22px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
}

/* Hover effect */
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #e9ecef;
    color: #000;
}

/* Active item */
.woocommerce-MyAccount-navigation-link.is-active a {
    background: #007bff;
    color: #fff !important;
    border-left-color: #0056d2;
}

/* ================================
   CONTENT AREA
================================ */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    min-height: 400px;
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.6em;
}

.woocommerce-MyAccount-content a {
    color: #007bff;
    font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* ================================
   PAGE TITLE
================================ */
.page-header .entry-title {
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* ================================
   RESPONSIVE DESIGN
================================ */
@media (max-width: 768px) {
    .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-MyAccount-content {
        width: 100%;
    }

    .page-header .entry-title {
        text-align: center;
    }
}


@media only screen and (max-width: 767px) {
	.donut-container {
		padding: 0px;
	}
}

/* Remove col-2 (shipping column) from checkout */

@media only screen and (max-width: 767px) {
	
	.woocommerce-checkout .page-content {
		padding: 0px 100px;
	}
	
	.woocommerce-cart .page-content {
		padding: 0px 0px 0px 80px;
		
	}
	
	.shop-search-col {
		display: none;
	}
	
	.alignwide {
		margin-inline: -38px !important;
}
	
	.archive .shop-search-col {
		display: block;
	}
}

/* Remove order review heading */
#order_review_heading {
    display: none !important;
}

#customer_details .col-2 {
    display: none !important;
}

/* Make col-1 (billing) full width */
#customer_details .col-1 {
    width: 100% !important;
    float: none !important;
}

/* Remove col2-set flex/grid layout */
#customer_details.col2-set {
    display: block !important;
}

#xs-social-login-container .xs-login {
	display: inline-flex;
}

#xs-social-login-container {
	margin: 0px;
  padding-bottom: 10px;
}


/* Header Container */
.donutfy-header {
	position: relative;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.donutfy-header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

/* Logo */
.donutfy-logo {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.donutfy-logo-link {
	text-decoration: none;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.donutfy-logo-link img {
	max-width: 160px;
	height: auto;
	display: block;
}

.donutfy-logo-text {
	font-size: 28px;
	font-weight: 600;
	background: linear-gradient(135deg, #9b59b6 0%, #e91e63 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.5px;
}

.donutfy-logo-tagline {
	font-size: 10px;
	color: #666;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2px;
	font-family: 'Poppins', sans-serif;
}

/* Desktop Navigation */
.donutfy-nav-desktop {
	display: flex;
	gap: 15px;
	align-items: center;
	flex: 0 0 auto;
	justify-content: flex-end;
}

.donutfy-nav-link {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	transition: color 0.3s ease;
}

.donutfy-nav-link:hover {
	color: #000000;
}

/* Header Actions (Search) */
.donutfy-header-actions {
	/* display: flex; */
	align-items: center;
	flex: 1;
	justify-content: center;
	/* max-width: 400px; */
	margin: 0 auto;
}

/* Search Bar Styling */
.donutfy-header-actions input[type="search"],
.donutfy-header-actions input[type="text"],
.donutfy-header-actions .search-field {
	width: 100%;
	padding: 10px 15px;
	/* border: 2px solid #000000; */
	border-radius: 8px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: #333;
	background: #ffffff;
	transition: border-color 0.3s ease;
}

.donutfy-header-actions input[type="search"]:focus,
.donutfy-header-actions input[type="text"]:focus,
.donutfy-header-actions .search-field:focus {
	outline: none;
	border-color: #16a34a;
}

.donutfy-header-actions input[type="search"]::placeholder,
.donutfy-header-actions input[type="text"]::placeholder,
.donutfy-header-actions .search-field::placeholder {
	color: #999;
}

.donutfy-header-actions form {
	width: 100%;
	display: flex;
}

.donutfy-header-actions .search-form {
	width: 100%;
}

.donutfy-cart-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #22c55e;
	text-decoration: none;
	width: 40px;
	height: 40px;
}

.donutfy-cart-icon {
	width: 24px;
	height: 24px;
}

.donutfy-cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #e91e63;
	color: #ffffff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

/* WooCommerce Cart Icon Styling - Green Button Design */
.woo-cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #0b6a38;
	border-radius: 8px;
	padding: 10px 14px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	cursor: pointer;
	font-family: inherit;
}

.woo-cart-icon:hover , .woo-cart-icon:focus {
	background: #0b6a38;
}

.woo-cart-icon .cart-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.woo-cart-icon .cart-icon svg {
	width: 24px;
	height: 24px;
	fill: #ffffff;
	stroke: #ffffff;
	color: #ffffff;
}

.woo-cart-icon .cart-icon svg path {
	fill: #ffffff;
	stroke: #ffffff;
}

.woo-cart-icon .cart-count {
	position: absolute;
	top: -8px;
	right: -8px;
	background: #ffffff;
	color: #000000;
	border: 2px solid #000000;
	border-radius: 50%;
	min-width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding: 0 4px;
	line-height: 1;
}

.woo-cart-icon .cart-count:empty {
	display: none;
}


/* Mobile Bottom Navigation */
.donutfy-mobile-nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
	z-index: 999;
	padding: 8px 0;
}

.donutfy-mobile-nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.donutfy-mobile-nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #666;
	padding: 8px 16px;
	flex: 1;
	transition: color 0.3s ease;
	position: relative;
}

.donutfy-mobile-nav-item:hover,
.donutfy-mobile-nav-item:active {
	color: #9b59b6;
}

.donutfy-mobile-nav-item.active {
	color: #9b59b6;
}

.donutfy-mobile-nav-icon {
	width: 24px;
	height: 24px;
	margin-bottom: 4px;
}

.donutfy-mobile-nav-label {
	font-size: 11px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
/* Responsive Styles */
@media (max-width: 768px) {
	.donutfy-menu-link-desktop {
		display: none;
	}
	
	.cart_icon_class {
		display: none;
	}
	
	.donutfy-header-mobile-menu-front-page , .donutfy-header-archive-menu {
		display: none;
	}

	.donutfy-nav-desktop {
		order: 4;
	}
	
	.donutfy-mobile-nav {
		display: flex;
	}
	
	.donutfy-header-inner {
		padding: 12px 16px;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	
	.donutfy-header-actions {
		order: 3;
		width: 100%;
		max-width: 100%;
		margin-top: 0px;
	}
	
	.donutfy-logo {
		flex: 0 0 auto;
	}
	
	.donutfy-logo img {
		width: 120px !important;
		height: auto !important;
	}
	
	.donutfy-logo-text {
		font-size: 24px;
	}
	
	.donutfy-logo-tagline {
		font-size: 9px;
	}
	
	/* Add padding to body to prevent content from being hidden behind mobile nav */
	body {
		padding-bottom: 70px;
	}
}

@media (min-width: 769px) {
	.donutfy-mobile-nav {
		display: none !important;
	}
	
	.donutfy-nav-desktop {
		display: flex;
	}
	
	body {
		padding-bottom: 0;
	}
}

/* Ensure header stays on top */
.donutfy-header {
	position: sticky;
	top: 0;
}

/* Active state for current page */
.donutfy-nav-link.active,
.donutfy-mobile-nav-item.active {
	color: #000000;
	font-weight: 400;
}

#custom-cart-toggle {
    position: relative;
    cursor: pointer;
	/* align-items: center; */
    background: #0b6a38;
    border-radius: 5px;
    /* color: #fff; */
    /* display: flex; */
    /* margin-left: 7px; */
    padding: 10px 20px;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: white;
    color: #000000;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
	border: 2px solid #000000;
}

#custom-sidebar-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#custom-sidebar-cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

#custom-sidebar-cart {
    position: fixed;
    top: 0;
    right: -380px;
    width: 380px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 15px rgba(0,0,0,.2);
    transition: right .3s ease;
    z-index: 9999;
}

#custom-sidebar-cart.open {
    right: 0;
}

.sidebar-cart-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.sidebar-cart-content {
    padding: 15px;
    overflow-y: auto;
    height: calc(100% - 60px);
}

.sidebar-cart-content .product-remove {
	display:none !important;
}

#custom-sidebar-cart {
	padding: 10px;
}

#custom-sidebar-cart .product-name, #custom-sidebar-cart .product-price {
	font-size: 18px !important;
	line-height: 2 !important;
	font-weight: 600;
	color: black;
}
#custom-sidebar-cart .product-name a {
	color: black !important;
}

#custom-sidebar-cart .elementor-menu-cart__product {
	justify-content: space-between;
}

#custom-sidebar-cart .elementor-button--view-cart {
	display: none;
}

#custom-sidebar-cart .elementor-menu-cart__product {
	grid-template-columns: 24% auto;
}

#custom-sidebar-cart .elementor-menu-cart__footer-buttons {
	display: block !important;
}

#custom-sidebar-cart .elementor-button--checkout {
		width: 100%;
    border-radius: 8px;
    background-color: #0b6a38;
}


#custom-sidebar-cart .elementor-button--checkout .elementor-button-text .woocommerce-Price-amount {
	display: none;
}

#mnm-search-wrapper .mnm-close-btn {
	padding: 0px !important;
	font-size: 1.5rem !important;
}

@media (max-width: 980px) {
    .donutfy-home-hero {
        flex-direction: column;
        min-height: auto;
    }

    .donutfy-home-left {
        min-height: 420px;
    }

    .donutfy-home-left-content {
        padding: 44px 18px;
    }

    .donutfy-home-left-content-box {
        max-width: 100%;
        padding: 26px 18px;
    }

    .donutfy-home-title {
        font-size: 34px;
    }

    .donutfy-home-right {
        flex: 0 0 auto;
        padding: 32px 14px 44px;
    }
}

@media (max-width: 768px) {
    .donutfy-home-left-bg-desktop {
        display: none;
    }

    .donutfy-home-left-bg-mobile {
        display: block;
    }
}

/* --------------------------------------------------------------
   Donutfy Register/Login Shortcode Styles
   (classes are output by [donut_register_login])
--------------------------------------------------------------*/
.donut-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.donut-card {
    width: 420px !important;
    max-width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 26px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.04);
    font-family: Poppins, sans-serif;
}

.donut-card h2 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.donut-card p {
    margin: 6px 0 18px 0;
    text-align: center;
    font-size: 16px !important;
    font-weight: 500;
    color: #6b7280;
}

.donut-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 8px;
}

.donut-tab {
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    padding: 6px 0;
    position: relative;
}

.donut-tab.active {
    color: #111827;
}

.donut-form {
    width: 100%;
}

.donut-form label {
    display: block;
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.donut-form input[type="text"],
.donut-form input[type="email"],
.donut-form input[type="password"],
.donut-form input[type="hidden"],
.donut-form input:not([type]) {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    background: #ffffff;
}

.donut-form input:focus {
    border-color: #0b6a38;
    box-shadow: 0 0 0 3px rgba(11, 106, 56, 0.12);
}

.donut-channel p {
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #6b7280;
    text-align: left;
    font-weight: 600;
}

.donut-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #111827;
    font-weight: 600;
}

.donut-radio input {
    margin: 0;
}

.donut-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
}

.donut-checkbox input {
    margin-top: 3px;
    margin-right: 0px !important;
}

.donut-checkbox {
    float: left;
    margin-bottom: 8px;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 2px !important;
}

.donut-btn {
    width: 100%;
    margin-top: 16px;
    padding: 13px 16px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.2px;
    background: #0b6a38;
    color: #ffffff;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.donut-btn:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

.donut-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(11, 106, 56, 0.18);
}

.donut-success,
.donut-error {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}

.donut-success {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    color: #2e7d32;
}

.donut-error {
    background: #ffebee;
    border: 1px solid #ef9a9a;
    color: #c62828;
}

/* Header logo fallback (text when no image is configured) */
.donutfy-logo-text {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #0b6a38;
    line-height: 1;
    padding: 6px 0;
    white-space: nowrap;
}
