
.kadv{text-align: justify;}

/* Style inline code with a custom color and font size */
code, .wp-block-code {
	font-family: inherit; /* Inherit the font family used in headings */
    color: #FFD013; /* Change this to your preferred color */
    font-weight: bold; /* Optional for emphasis */
    font-size: 16px; /* Set font size to 16px */
}



.custom-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important; /* Medium weight */
    font-size: 23px !important; /* Adjust size as needed */
    color: #333333 !important;
}


/* Override unwanted show or hide password button styles */
.show-password-input {
    all: unset; /* Resets all styles to default */
}

/* Override unwanted hover styles */
.show-password-input:hover {
    background: transparent !important; /* Ensure no hover background */
    box-shadow: none !important; /* Remove any shadow if present */
    border: none !important; /* Prevent any border changes */
}

/* More specific targeting: only reset styles in the side cart */
.cfw-side-cart-contents-footer .cfw-input-wrap {
    all: unset;
}

