/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


@media(max-width: 600px) {
	#lv-wrap .lv-btn span > span {
		display: none;
	}
}

	/* Commitment hash card */
	.lv-commitment {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		background: #f8f8f7;
		border: 1px solid #e5e5e2;
		border-radius: 10px;
		padding: 14px 16px;
		margin-bottom: 16px;
	}
	.lv-commitment-icon {
		width: 34px;
		height: 34px;
		flex-shrink: 0;
		background: #e8f0fe;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.lv-commitment-icon svg {
		width: 16px;
		height: 16px;
	}
	.lv-commitment-label {
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #888;
		margin-bottom: 5px;
	}
	.lv-commitment-hash {
		font-family: 'IBM Plex Mono', monospace;
		font-size: 11px;
		color: #1a56db;
		word-break: break-all;
		line-height: 1.5;
	}
	.lv-commitment-sub {
		font-size: 11px;
		color: #999;
		margin-top: 4px;
	}


#lv-audit-modal-inner .lv-notice-red {
background-color: #ddf5e8;
    line-height: normal;
    padding: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 5px;
    font-weight: 600 !important;
    color: #4b4b4b !important;
    text-align: center;
}
 
#lv-audit-modal-inner p {
	font-weight: 400 !important; 
	color: #000000 !important;
}

	/* Verify button */
	#lv-wrap .lv-btn, #lv-wrap .lv-btn:hover, #lv-wrap .lv-btn:focus {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: #111;
		color: #fff;
		border: none;
		border-radius: 8px;
		font-size: 14px;
		font-weight: 600;
		padding: 11px 20px;
		cursor: pointer;
		transition: opacity 0.15s, transform 0.1s;
		letter-spacing: 0.01em;
		border: solid 2px #ffffff;
	}
	#lv-wrap .lv-btn:hover { opacity: 0.82; }
	#lv-wrap .lv-btn:active { transform: scale(0.98); }
	#lv-wrap .lv-btn svg { width: 15px; height: 15px; }
	#lv-wrap .lv-btn:disabled { opacity: 0.4; cursor: not-allowed; }
 
	/* Progress */
	.lv-progress-wrap {
		margin-top: 14px;
		display: none;
	}
	.lv-progress-meta {
		display: flex;
		justify-content: space-between;
		font-size: 12px;
		color: #888;
		margin-bottom: 6px;
		font-family: 'IBM Plex Mono', monospace;
	}
	.lv-progress-track {
		height: 3px;
		background: #e5e5e2;
		border-radius: 99px;
		overflow: hidden;
	}
	.lv-progress-bar {
		height: 100%;
		width: 0;
		background: #111;
		border-radius: 99px;
		transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
 
	/* Terminal */
	.lv-terminal {
		margin-top: 14px;
		display: none;
		background: #0d1117;
		border-radius: 10px;
		overflow: hidden;
		border: 1px solid rgba(255,255,255,0.06);
	}
	.lv-dot { width: 10px; height: 10px; border-radius: 50%; }
	.lv-terminal-title {
		font-family: 'IBM Plex Mono', monospace;
		font-size: 11px;
		color: rgba(255,255,255,0.25);
		margin-left: 6px;
	}
	.lv-terminal-body {
		padding: 16px;
		font-family: 'IBM Plex Mono', monospace;
		font-size: 12px;
		line-height: 1.75;
		white-space: pre-wrap;
		word-break: break-all;
		min-height: 60px;
	}
 
	/* Log line types */
	.lv-line { display: block; }
	.lv-line.dim    { color: rgba(255,255,255,0.6); }
	.lv-line.normal { color: rgba(255,255,255,0.65); }
	.lv-line.hash   { color: #58a6ff; }
	.lv-line.pick   { color: #d2a8ff; }
	.lv-line.ok     { color: #3fb950; font-weight: 500; }
	.lv-line.err    { color: #f85149; font-weight: 500; }
	.lv-line.warn   { color: #e3b341; }
	.lv-line.section{ color: rgba(255,255,255,0.75); margin-top: 4px; }
	.lv-line.spacer { color: transparent; font-size: 4px; }
		
		.lv-audit-modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}


.audit-info-btn {	
	margin-bottom: 10px;
}


#lv-audit-modal-inner li {
	color: #000000 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}


#lv-audit-modal-inner ol {
	background-color: #eeeeff;
	padding: 20px 20px 20px 30px;
	border-radius: 10px;
}
		
#lv-audit-modal-inner {
	background: #fff;
	max-width: 600px;
	width: 92%;
	padding: 24px;
	border-radius: 12px;
}

.lv-audit-explainer {
	max-height: 50vh; 
	overflow: auto;
}
		#lv-audit-modal-inner p, #lv-audit-modal-inner strong {
			font-size: 14px;
			color: #000 !important;
		}
		

#lv-audit-modal-inner .footer-lv-notice {
	display: block; 
	margin-top: 10px; 
	margin-bottom: 10px;
}

		#lv-audit-modal-inner h3, #lv-audit-modal-inner h4 {
			margin: 0px;
			margin-bottom: 10px;
			font-size: 24px;
			color: #000000;
			font-weight: 600;
		}

#lv-audit-modal-inner h4 {
	font-size: 16px !important;
}
		
		#lv-audit-modal-inner * {
			font-family: unset !important;
			letter-spacing: normal !important;
			text-decoration: none !important;
		}
		
		
		
		
		#lv-audit-modal-inner .lv-button-action, #lv-audit-modal-inner .lv-button-action:hover, #lv-audit-modal-inner .lv-button-action:focus {
			margin-top: 10px;
			background: #000000;
			color: white;
			border: none;
			padding: 8px 12px;
			display: inline-block;
			font-size: 14px !important;
			border-radius: 8px;
			font-weight: 600;
			cursor: pointer;
			line-height: normal;
			height: auto;
			min-height: auto;
			vertical-align: top;
		}
		
		#lv-audit-modal-inner .lv-audit_certificate, #lv-audit-modal-inner .lv-audit_certificate:hover {
			background: #6bbc90;
			color: #ffffff !important;
			margin-right: 5px;
		}

.single-product .elementor-lightbox .elementor-lightbox-item {
	background: #000000e3;
}

#wp-admin-bar-elementor_notes {
	display: none !important;
}

#wardenPuzzleBox .puzzle_container {
    min-height: 130px;
    flex-direction: column;
    vertical-align: middle;
    display: flex;
    align-items: center;
	    background-color: #f5f5f5;
    border-radius: 10px;
    justify-content: center;
}
/* Overlay */
#wardenPuzzleOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: wardenfadeIn 0.3s ease;
}

/* Popup Box */
#wardenPuzzleBox {
    background: #ffffff;
    padding: 25px;
    width: 92%;
    max-width: 420px;
    border-radius: 10px;
    text-align: center;
    animation: wardenslideUp 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    font-family: system-ui, sans-serif;
	padding-bottom: 20px;
}

/* Header */
#wardenPuzzleBox h2 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
}

/* Question text */
#wardenPuzzleQuestion {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

/* Input */
#wardenPuzzleInput {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
	text-align: center;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 15px;
    outline: none;
}

/* Submit button */
#wardenPuzzleSubmit {
    width: 100%;
    margin-top: 14px;
    background: #000;
    border: none;
    color: #fff;
    padding: 12px 14px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}
#wardenPuzzleSubmit:hover {
    background: #222;
}

/* Error message */
#wardenPuzzleError {
    color: #d00000;
    margin-top: 12px;
    font-size: 14px;
    display: none;
}

/* Info text */
#wardenPuzzleInfo {
    color: #666;
    margin-top: 8px;
    font-size: 13px;
	margin-bottom: 0px;
}

/* Image */
#wardenPuzzleImg {
    max-width: 100%;
    display: none;
    border-radius: 6px;
}

/* Animations */
@keyframes wardenfadeIn {
    from { opacity: 0; } to { opacity: 1; }
}
@keyframes wardenslideUp {
    from { transform: translateY(40px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}


.inside_auto_winner_loop {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px; 
	flex-wrap: wrap;
}

@media(max-width: 1000px) {
	.inside_auto_winner_loop {
		grid-template-columns: 1fr;
	}
}
#inside_auto_winner_loop .inside_auto_winner_loop_child.no_winner {
	background-color: #fff7f2;
}

#inside_auto_winner_loop {
	margin-bottom: 25px;
}

#inside_auto_winner_loop .inside_auto_winner_loop_child p {	
    padding: 0px !important;
    line-height: normal !important;
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
}

.inside_auto_winner_loop_child span {
	display: block;
}

.inside_auto_winner_loop_child {
	background-color: #f2fff6;
	padding: 10px;
	font-size: 13px;
	border-radius: 10px;
}

.loopy-multiple-winners {
	margin-bottom: 25px;
	max-height: 300px; 
	overflow: auto;
}

#tamper-proof-badge #secure-modal {
	display:none; 
  position:fixed; 
  top:0; left:0; 
  width:100%; height:100%; 
  background:rgba(0,0,0,0.5); 
  backdrop-filter:blur(3px);
  z-index:9999;
  justify-content:center; 
  align-items:center;
	padding: 10px;
}

#tamper-proof-badge #secure-modal * {
	font-family: unset !important;
	letter-spacing: normal !important;
	text-decoration: none !important;
}

#tamper-proof-badge .ensuring-fairness-text {
    max-height: 60vh;
    overflow: auto;
    padding: 5px;	
	font-size: 14px;	
}

#tamper-proof-badge .ensuring-fairness-text a {
    color: #6bbc90 !important;
	font-size: 14px;
}

#how-we-know-link {
	color: #6bbc90 !important;
}



#tamper-proof-badge .secure-modal-container {
	background:#fff; 
    padding:20px; 
	color: #000000;
    max-width:400px; 
    border-radius:12px;
    text-align:left;
    box-shadow:0 4px 10px rgba(0,0,0,0.3);
}


#tamper-proof-badge #close-secure-modal, #tamper-proof-badge .check-validity-website {
	margin-top:10px; 
	background:#000000; 
	color:white; 
	border:none; 
	padding:8px 12px; 
	display: inline-block;
	font-size: 14px !important;
	border-radius:8px; 
	font-weight: 600;
	cursor:pointer;
	line-height: normal;
	height: auto;
	min-height: auto;
	vertical-align: top;
}



#tamper-proof-badge .check-validity-website {	
	background:#6bbc90; 
	margin-right: 5px;
}

#tamper-proof-badge svg {
	vertical-align: middle;
}

#tamper-proof-badge small {
	display: block;
	font-size: 13px !important;
}

#tamper-proof-badge small a {
	font-size: 13px !important;
}

#tamper-proof-badge {
	position: relative; 
	background: #000000;
	color: #ffffff;
	padding: 10px 16px;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	text-align: center;
	gap: 8px;
	font-family: system-ui, sans-serif;
}


#tamper-proof-badge p {
	font-weight: 400;
	color: #000000;
}

#tamper-proof-badge h3 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #000000;
	font-weight: 600;
}


.woocommerce-checkout td.woocommerce-table__product-name ul.wc-item-meta {
	max-height: 2000px;
	overflow: auto;
}

.ajax-thankyou-warden {
	text-align: center;
	font-size: 18px;
	background-color: inherit;
	padding: 50px;
	border-radius: 10px;
}


/* Hiding display name */
.edit-account label[for="account_display_name"], .edit-account #account_display_name, .edit-account #account_display_name_description {
	display: none !important;
}

@media only screen and (max-width: 768px) {
    .woocommerce-cart table.cart .cart_item th {
        display: block;
    }
}
