/**
 * File: frontend-checkout-page.css
 * Purpose: Premium 1250px HyperDAF Checkout Page
 * Style: Clean border-based checkout UI without blur/shade effects.
 */

/* ==========================================================================
   1. Theme Breakout
   ========================================================================== */

.daf-checkout-page-wrapper {
	width: 100vw !important;
	position: relative !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	clear: both !important;
	padding: 52px 0 0 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #0f172a;
	background: transparent !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}

.daf-checkout-breakout-wrapper {
	width: 100vw !important;
	position: relative !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	background: transparent !important;
	clear: both !important;
	box-sizing: border-box !important;
}

.entry-content > .daf-checkout-page-wrapper,
.entry-content > .daf-checkout-breakout-wrapper {
	margin-top: 0 !important;
}

.daf-checkout-page-wrapper .entry-title,
.daf-checkout-breakout-wrapper .entry-title {
	display: none !important;
}

/* ==========================================================================
   2. Page Shell
   ========================================================================== */

.daf-checkout-container,
.daf-checkout-inner-limit {
	width: 100% !important;
	max-width: 1250px !important;
	margin: 0 auto !important;
	padding: 0 24px !important;
	box-sizing: border-box !important;
}

/* ==========================================================================
   3. Breadcrumb + Header
   ========================================================================== */

.daf-checkout-breadcrumbs {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 22px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
}

.daf-checkout-breadcrumbs a {
	color: #475569;
	text-decoration: none;
}

.daf-checkout-breadcrumbs a:hover {
	color: #5b8f20;
}

.daf-checkout-breadcrumbs span:last-child {
	color: #5b8f20;
}

.daf-checkout-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.daf-checkout-header h1 {
	margin: 0 !important;
	color: #07111f !important;
	font-size: clamp(2.15rem, 3.2vw, 3.25rem) !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	letter-spacing: -0.065em !important;
}

.daf-checkout-header p {
	max-width: 640px;
	margin: 10px 0 0 !important;
	color: #64748b !important;
	font-size: 1rem !important;
	font-weight: 550 !important;
	line-height: 1.55 !important;
}

.daf-checkout-explore-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 10px;
	background: #82b440;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 180ms ease;
}

.daf-checkout-explore-btn:hover {
	background: #72a92f;
	color: #ffffff !important;
}

/* ==========================================================================
   4. Secure Banner
   ========================================================================== */

.daf-checkout-secure-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
	padding: 18px 22px;
	border: 1px solid rgba(140, 198, 63, 0.36);
	border-radius: 16px;
	background: #f8fff1;
}

.daf-secure-banner-left {
	display: flex;
	align-items: center;
	gap: 14px;
}

.daf-secure-banner-left > .dashicons {
	width: 34px;
	height: 34px;
	color: #5b8f20;
	font-size: 34px;
}

.daf-secure-banner-left strong {
	display: block;
	color: #0f172a;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.2;
}

.daf-secure-banner-left small {
	display: block;
	margin-top: 3px;
	color: #64748b;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.35;
}

.daf-secure-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 10px;
	background: #ffffff;
	color: #64748b;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.daf-secure-badge .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

/* ==========================================================================
   5. Layout
   ========================================================================== */

.daf-checkout-form {
	display: block;
	width: 100%;
}

.daf-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 28px;
	align-items: start;
}

.daf-checkout-main,
.daf-checkout-sidebar {
	min-width: 0;
}

.daf-checkout-main {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.daf-checkout-sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.daf-checkout-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 390px !important;
	gap: 28px !important;
	align-items: start !important;
}

/* ==========================================================================
   6. Cards + Titles
   ========================================================================== */

.daf-checkout-card,
.daf-checkout-sidebar-card,
.daf-checkout-section {
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 16px;
	padding: 24px;
	box-shadow: none !important;
	box-sizing: border-box;
}

.daf-checkout-section-title,
.daf-section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px !important;
	color: #07111f !important;
	font-size: 20px !important;
	font-weight: 950 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.035em !important;
}

.daf-step-badge,
.step-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: #82b440;
	color: #ffffff;
	font-size: 13px;
	font-weight: 950;
	line-height: 1;
	flex: 0 0 auto;
}

/* ==========================================================================
   7. Form Fields
   ========================================================================== */

.daf-form-grid {
	display: grid;
	gap: 18px;
}

.daf-form-grid-2,
.daf-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.daf-field {
	margin: 0;
	min-width: 0;
}

.daf-field label {
	display: block;
	margin: 0 0 8px;
	color: #475569;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.3;
}

.daf-field label em,
.daf-checkout-terms-row em {
	color: #ef4444;
	font-style: normal;
	font-weight: 950;
}

.daf-field input,
.daf-field textarea,
.daf-field select {
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid rgba(148, 163, 184, 0.32);
	border-radius: 10px;
	background: #ffffff;
	color: #0f172a;
	font-size: 14px;
	font-weight: 650;
	outline: none;
	box-shadow: none !important;
	box-sizing: border-box;
	transition: border-color 180ms ease;
}

.daf-field textarea {
	min-height: 112px;
	padding-top: 12px;
	padding-bottom: 12px;
	resize: vertical;
	line-height: 1.5;
}

.daf-field select {
	appearance: auto;
}

.daf-field input::placeholder,
.daf-field textarea::placeholder {
	color: #94a3b8;
	font-weight: 550;
}

.daf-field input:focus,
.daf-field textarea:focus,
.daf-field select:focus {
	border-color: rgba(140, 198, 63, 0.74);
	box-shadow: none !important;
}

.daf-country-other-field {
	display: none;
}

.daf-country-other-field.is-visible {
	display: block;
}

/* ==========================================================================
   8. Sidebar Order Summary
   ========================================================================== */

.daf-checkout-sidebar-card {
	padding: 24px;
}

.daf-sidebar-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px !important;
	color: #07111f !important;
	font-size: 20px !important;
	font-weight: 950 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.035em !important;
}

.daf-sidebar-title .dashicons {
	width: 22px;
	height: 22px;
	color: #5b8f20;
	font-size: 22px;
}

.daf-checkout-summary-items {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.20);
}

.daf-checkout-summary-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
}

.daf-checkout-summary-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 12px;
	overflow: hidden;
	background: #f8fafc;
	text-decoration: none;
}

.daf-checkout-summary-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.daf-checkout-summary-thumb .dashicons {
	width: 28px;
	height: 28px;
	color: #82b440;
	font-size: 28px;
}

.daf-checkout-summary-meta {
	min-width: 0;
}

.daf-checkout-summary-meta strong {
	display: block;
	color: #0f172a;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.25;
}

.daf-checkout-summary-meta span,
.daf-checkout-summary-meta small {
	display: block;
	margin-top: 4px;
	color: #64748b;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.daf-checkout-summary-price {
	color: #0f172a;
	font-size: 13px;
	font-weight: 950;
	white-space: nowrap;
}

.daf-checkout-totals {
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.20);
}

.daf-checkout-total-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #475569;
	font-size: 13px;
	font-weight: 750;
}

.daf-checkout-total-row strong {
	color: #0f172a;
	font-size: 13px;
	font-weight: 900;
}

.daf-checkout-discount-row {
	color: #3f7113;
}

.daf-checkout-discount-row strong {
	color: #3f7113;
}

.daf-checkout-discount-row small {
	display: inline-flex;
	align-items: center;
	margin-left: 5px;
	padding: 2px 6px;
	border-radius: 999px;
	background: #f4fbec;
	color: #3f7113;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
}

.daf-checkout-grand-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 20px;
}

.daf-checkout-grand-total span {
	color: #0f172a;
	font-size: 16px;
	font-weight: 950;
}

.daf-checkout-grand-total strong {
	color: #3f7113;
	font-size: 26px;
	font-weight: 950;
	letter-spacing: -0.045em;
	white-space: nowrap;
}

.daf-checkout-coupon-applied {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	padding: 11px 12px;
	border: 1px solid rgba(140, 198, 63, 0.34);
	border-radius: 10px;
	background: #f4fbec;
	color: #3f7113;
	font-size: 12px;
	font-weight: 850;
}

.daf-checkout-coupon-applied .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

/* ==========================================================================
   9. Payment Methods
   ========================================================================== */

.daf-checkout-payment-card {
	background: #ffffff;
}

.daf-payment-info-banner {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
	padding: 13px 14px;
	border: 1px solid rgba(34, 113, 177, 0.22);
	border-radius: 12px;
	background: #f0f7ff;
	color: #195d95;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.5;
}

.daf-payment-info-banner .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
	margin-top: 1px;
}

.daf-payment-methods-area {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.daf-payment-method-card {
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: none !important;
	transition: border-color 180ms ease, background 180ms ease;
}

.daf-payment-method-card:hover {
	border-color: rgba(140, 198, 63, 0.48);
	background: #ffffff;
}

.daf-payment-method-card label {
	display: flex;
	align-items: center;
	gap: 13px;
	width: 100%;
	padding: 17px;
	cursor: pointer;
	box-sizing: border-box;
}

.daf-payment-method-card input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.daf-payment-radio {
	width: 16px;
	height: 16px;
	border: 1.5px solid #cbd5e1;
	border-radius: 999px;
	background: #ffffff;
	flex: 0 0 auto;
	position: relative;
}

.daf-payment-method-card input[type="radio"]:checked ~ .daf-payment-radio {
	border-color: #82b440;
}

.daf-payment-method-card input[type="radio"]:checked ~ .daf-payment-radio::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #82b440;
	transform: translate(-50%, -50%);
}

.daf-payment-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #f4fbec;
	color: #5b8f20;
	font-size: 24px !important;
	line-height: 1 !important;
	flex: 0 0 auto;
}

.daf-payment-method-content {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.daf-payment-method-content strong {
	color: #0f172a;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.25;
}

.daf-payment-method-content small {
	color: #64748b;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.3;
}

.daf-payment-method-card input[type="radio"]:checked ~ .daf-payment-method-content strong {
	color: #5b8f20;
}

.daf-bank-transfer-details {
	margin: 0 17px 17px;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 12px;
	background: #f8fafc;
}

.daf-bank-transfer-message {
	margin: 0 0 12px;
	padding: 11px 12px;
	border: 1px solid rgba(140, 198, 63, 0.30);
	border-radius: 10px;
	background: #f4fbec;
	color: #3f7113;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.5;
}

.daf-bank-transfer-message p {
	margin: 0;
}

.daf-bank-transfer-message p + p {
	margin-top: 8px;
}

.daf-bank-transfer-table {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.daf-bank-transfer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 9px 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	color: #475569;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

.daf-bank-transfer-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.daf-bank-transfer-row:first-child {
	padding-top: 0;
}

.daf-bank-transfer-row span {
	color: #64748b;
	font-weight: 800;
}

.daf-bank-transfer-row strong {
	color: #0f172a;
	font-size: 12px;
	font-weight: 950;
	text-align: right;
	word-break: break-word;
}

/* Crypto hook output wrapper support */
.daf-checkout-sidebar .daf-crypto-payment,
.daf-checkout-sidebar .daf-mp-crypto-payment,
.daf-checkout-sidebar [data-daf-crypto-payment] {
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 16px;
	padding: 22px;
	box-shadow: none !important;
}

/* ==========================================================================
   10. Sidebar Terms + Actions
   ========================================================================== */

.daf-checkout-sidebar-actions-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.daf-checkout-terms-row {
	margin: 0;
}

.daf-checkout-terms-row label {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #334155;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.45;
	cursor: pointer;
}

.daf-checkout-terms-row input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	accent-color: #82b440;
	flex: 0 0 auto;
}

.daf-checkout-terms-row a {
	color: #5b8f20;
	font-weight: 900;
	text-decoration: none;
}

.daf-checkout-terms-row a:hover {
	text-decoration: underline;
}

.daf-place-order-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 12px;
	background: #82b440;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 950;
	line-height: 1;
	box-shadow: none !important;
	transition: background 180ms ease, opacity 180ms ease;
}

.daf-place-order-btn:hover {
	background: #72a92f;
	color: #ffffff;
	box-shadow: none !important;
}

.daf-place-order-btn:disabled,
.daf-place-order-btn.is-loading {
	opacity: 0.68;
	cursor: not-allowed;
}

.daf-place-order-btn .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.daf-checkout-legal-note {
	margin: 0;
	color: #64748b;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1.45;
}

.daf-back-to-cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #475569;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
}

.daf-back-to-cart-link:hover {
	color: #5b8f20;
}

/* Old compatibility */
.daf-checkout-actions {
	display: grid;
	grid-template-columns: 1fr 280px;
	align-items: center;
	gap: 18px;
	margin-top: 4px;
}

/* ==========================================================================
   11. Full Width Trust Section
   ========================================================================== */

.daf-checkout-trust-full {
	margin-top: 36px;
	padding: 30px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: none !important;
}

.daf-checkout-trust-full-header {
	max-width: 680px;
	margin: 0 auto 26px;
	text-align: center;
}

.daf-trust-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 9px;
	padding: 5px 10px;
	border: 1px solid rgba(140, 198, 63, 0.34);
	border-radius: 999px;
	background: #f4fbec;
	color: #3f7113;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.daf-checkout-trust-full-header h2 {
	margin: 0;
	color: #07111f;
	font-size: 28px;
	font-weight: 950;
	line-height: 1.15;
	letter-spacing: -0.045em;
}

.daf-checkout-trust-full-header p {
	margin: 10px auto 0;
	color: #64748b;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.6;
}

.daf-trust-full-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.daf-trust-item {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 13px;
	align-items: flex-start;
	padding: 18px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 14px;
	background: #ffffff;
}

.daf-trust-item > .dashicons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #f4fbec;
	color: #5b8f20;
	font-size: 24px;
}

.daf-trust-item strong {
	display: block;
	color: #0f172a;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.25;
}

.daf-trust-item small {
	display: block;
	margin-top: 5px;
	color: #64748b;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

.daf-checkout-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid rgba(148, 163, 184, 0.20);
	text-align: center;
}

.daf-rating-stars {
	color: #82b440;
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 1;
}

.daf-checkout-rating strong {
	color: #0f172a;
	font-size: 14px;
	font-weight: 950;
}

.daf-checkout-rating small {
	color: #64748b;
	font-size: 12px;
	font-weight: 650;
}

/* ==========================================================================
   12. Empty Checkout
   ========================================================================== */

.daf-checkout-empty {
	max-width: 620px;
	margin: 70px auto 110px;
	padding: 54px 34px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 22px;
	background: #ffffff;
	text-align: center;
	box-shadow: none !important;
}

.daf-checkout-empty > .dashicons {
	width: 62px;
	height: 62px;
	color: #82b440;
	font-size: 62px;
}

.daf-checkout-empty h2 {
	margin: 16px 0 8px;
	color: #07111f;
	font-size: 30px;
	font-weight: 950;
	letter-spacing: -0.045em;
}

.daf-checkout-empty p {
	margin: 0 auto 24px;
	max-width: 360px;
	color: #64748b;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.55;
}

.daf-checkout-empty a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 12px;
	background: #82b440;
	color: #ffffff;
	font-size: 14px;
	font-weight: 950;
	text-decoration: none;
}

.daf-checkout-empty a:hover {
	background: #72a92f;
	color: #ffffff;
}

/* ==========================================================================
   13. Checkout AJAX Messages
   ========================================================================== */

.daf-checkout-message {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.45;
	box-shadow: none !important;
}

.daf-checkout-message--error {
	border: 1px solid rgba(239, 68, 68, 0.30);
	background: #fff1f2;
	color: #b91c1c;
}

.daf-checkout-message--success,
.daf-checkout-message--info {
	border: 1px solid rgba(140, 198, 63, 0.34);
	background: #f4fbec;
	color: #3f7113;
}

/* ==========================================================================
   14. Responsive
   ========================================================================== */

@media (max-width: 1250px) {
	.daf-checkout-page-wrapper,
	.daf-checkout-breakout-wrapper {
		width: 100% !important;
		left: auto !important;
		right: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 1180px) {
	.daf-checkout-layout,
	.daf-checkout-grid {
		grid-template-columns: 1fr !important;
	}

	.daf-checkout-sidebar {
		order: 2;
	}

	.daf-trust-full-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.daf-checkout-page-wrapper {
		padding-top: 36px !important;
	}

	.daf-checkout-container,
	.daf-checkout-inner-limit {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.daf-checkout-header {
		flex-direction: column;
	}

	.daf-checkout-explore-btn {
		width: 100%;
	}

	.daf-checkout-secure-banner {
		align-items: flex-start;
		flex-direction: column;
	}

	.daf-form-grid-2,
	.daf-form-row {
		grid-template-columns: 1fr;
	}

	.daf-checkout-actions {
		grid-template-columns: 1fr;
	}

	.daf-checkout-trust-full {
		padding: 22px;
	}

	.daf-checkout-trust-full-header h2 {
		font-size: 24px;
	}

	.daf-checkout-rating {
		align-items: center;
		flex-direction: column;
		gap: 7px;
	}
}

@media (max-width: 560px) {
	.daf-checkout-container,
	.daf-checkout-inner-limit {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.daf-checkout-card,
	.daf-checkout-sidebar-card,
	.daf-checkout-section {
		padding: 18px;
		border-radius: 14px;
	}

	.daf-checkout-header h1 {
		font-size: 2rem !important;
	}

	.daf-checkout-section-title,
	.daf-section-title,
	.daf-sidebar-title {
		font-size: 18px !important;
	}

	.daf-checkout-summary-item {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.daf-checkout-summary-price {
		grid-column: 2;
	}

	.daf-checkout-summary-thumb {
		width: 56px;
		height: 56px;
	}

	.daf-checkout-grand-total {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.daf-checkout-grand-total strong {
		font-size: 24px;
	}

	.daf-trust-full-grid {
		grid-template-columns: 1fr;
	}

	.daf-trust-item {
		padding: 16px;
	}

	.daf-payment-method-card label {
		align-items: flex-start;
	}
	
	.daf-bank-transfer-row {
	align-items: flex-start;
	flex-direction: column;
	gap: 4px;
}

.daf-bank-transfer-row strong {
	text-align: left;
}
}