/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/
@media print {

    .membership-card-section {
        display: block !important; /* Show only the target section */
    }
	
	.print-member-card {
        display: none !important; /* Hide the print button */
    }

    /* Optional: Ensure the membership card is centered on the page */
    .membership-card-section {
        margin: 0 auto;
        width: 100%; /* Adjust width */
        max-width: 600px; /* Optional: Limit width */
        padding: 20px;
        box-sizing: border-box;
		border: 1px solid #000;
		margin-top: 100px;
		border-radius: 12px;
    }
}
/* Hide Current Plan page Plan Limit Button */
.current-plan-btn li:last-child {
    display: none !important;
}

.login-section .container-checkbox .checkmark {
  
    border-color: #ffffffa1 !important;
}
.login-section .container-checkbox input:checked ~ .checkmark {
  
    border-color: var(--e-global-color-accent) !important
}

.elementor-1225 .elementor-element.elementor-element-4d51121 .inline-input {
    color: #fff !important;
}
