/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 04 2026 | 15:16:41 */
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    border-radius: 10px;
    padding: .4em .5em;
    width: 100%;
    background: var(--global-palette8);
	border: 1px solid var(--global-palette1);
    box-shadow:none!important;
	margin-bottom: 10px;
}
.wc-account-link {
	border-radius: 100px!important;
    display: flex;
    gap: 10px;
	    align-items: center;
}