/*
Theme Name: zm01mb7822
Theme URI:  
Author: zm
Author URI:  
Description: mb7822 zm.
Version: 1.0 
Text Domain: zm01mb7822-Woocommerce 
*/


.woocommerce-MyAccount-navigation-link a {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	    padding: 0.5rem;
    margin: 1rem;
}

.woocommerce-MyAccount-content {
	padding: 0.5rem;
}

.wc-block-components-spinner{
        background: #7249a4;
}

.wc-block-components-button {
    background: #7249a4;
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wc-block-components-button:hover {
    background: #005a87;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.mb-1 {
    height: 80px;
    white-space:none; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; 
    height: 4.5em;  
    line-height: 1.5em;
    min-height: 4.5em;
    max-height: 4.5em; 
    box-sizing: border-box;
}