/*
 Theme Name:   Loxxie
 Theme URI:    https://loxxie.com/
 Description:  Custom WordPress theme for www.loxxie.com
 Author:       Utah Website Design
 Author URI:   https://utahwebsitedesign.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  loxxie
*/

aside a {
	color: #334862;
}

aside a:hover {
	color: #000000;
}

.ha-menu-badge {
    top: -13px!important;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 10px!important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--upgrade-account a::before {
	display: none;
}

.page-template .wwp_wholesaler_registration h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

.page-template .wwp_wholesaler_registration .woocommerce-form-row label, .page-template .wwp_wholesaler_registration h2 {
	color: #fff;
}

.dialog-type-lightbox.popup-zindex {
	z-index: 99999;
}

.list-spacing li {
	margin-bottom: 10px;
}

ul.ha-toc__list-wrapper > li.ha-toc__list-item > ul.ha-toc__list-wrapper {
	margin-top: 0.2em;
}

div.ha-toc__body > ul.ha-toc__list-wrapper > li {
	margin-bottom: 10px;
}

.goldenBorder:before {
    content: "";
    display: block;
    background-image: linear-gradient(90deg, #F3DC82 0%, #B7902A 33%, #9D7221 66%, #FFBA00 100%);
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: 20px;
}

/* --- Stylist URL Copy Button Styles --- */

/* Main container for the input and button */
.stylist-url-copy-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    max-width: 100%; /* Ensures it's responsive */
    background-color: #f9f9f9;
}

/* The URL input field */
.stylist-url-copy-wrapper input[type="text"] {
    flex-grow: 1; /* Allows the input to take up available space */
    border: none;
    padding: 8px 10px;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    color: #333;
}

/* The copy button */
.stylist-url-copy-wrapper .stylist-copy-button {
    flex-shrink: 0; /* Prevents the button from shrinking */
    padding: 8px 15px;
    border: none;
    background-color: #0073aa; /* A standard WordPress blue */
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease-in-out;
}

/* Style for the button on hover */
.stylist-url-copy-wrapper .stylist-copy-button:hover {
    background-color: #005f8c;
}

/* Style for the button after a successful copy */
.stylist-url-copy-wrapper .stylist-copy-button.copied {
    background-color: #4CAF50; /* A success green */
    cursor: default;
}

@media (max-width: 767px) {
    .dropdown-content {
        width: 100%!important;
    }
}