.wgq-btn {
    padding:8px 32px; 
    font-weight:600; 
    text-align: center;
    margin:6px 8px 6px 0;
    width: 100%;
}
.wgq-btn.wgq-generate{
    background: #fdf8ed!important;
    border-radius: 400px!important;
    border-style: solid!important;
    border-color: #e15f23!important;
    border-width: 2px!important;
    padding: 16px!important;
    display: flex!important;
    flex-direction: row!important;
    gap: 10px!important;
    align-items: center!important;
    justify-content: center!important;
    align-self: stretch!important;
    flex-shrink: 0!important;
    position: relative!important;
    color: #e15f23!important;
    font-family: 'BwSeidoRound-Bold', sans-serif;
    font-size: 16px!important;
    line-height: 120%!important;
    font-weight: 700!important;
    position: relative;
	width:100%!important;
}
.wgq-btn.wgq-outline { background:transparent; border:2px solid #27ae60; color:#e15f23; }
.wgq-btn.wgq-loading { opacity:.6; cursor:progress; }

.woocommerce-account .wgq-quotes-table { width:100%; border-collapse:collapse; }
.woocommerce-account .wgq-quotes-table th, .woocommerce-account .wgq-quotes-table td { padding:10px; }
.woocommerce-account .wgq-quotes-actions { text-align:right; padding: 10px 0px!important; border-top:#ddd solid 1px;}

a.button.wgq-action-remove{
    background-color: transparent!important;
    border: none!important;
    color: #e15f23!important;
    text-decoration: underline!important;
}

.wgq-quote-table-mobile{
    display: none!important;
}
@media (max-width: 768px) {
    a.button.wgq-action-remove{
        display: none!important;
    }
    .wgq-quotes-actions{
        display: inline-flex!important;
        flex-wrap: nowrap!important;
        align-content: center!important;
        align-items: center!important;
        justify-content: space-between!important;
    }
    .wgq-quote-table-mobile{
        display: inline-block!important;
    }
    .wgq-quote-table-desktop{
        display: none!important;
    }
}

.woocommerce-account .wgq-quotes-actions .button { 
	margin-right:6px;
	font-family: 'BwSeidoRound-Bold', sans-serif;
	font-size: 16px!important;
	line-height: 120%!important;
	font-weight: 700!important;
border-radius: 400px!important;
 text-transform: capitalize!important;
}
div.wgq-quote-body{
    border-top: 1px solid #eee!important;
    border-bottom: 1px solid #eee!important;
    padding: 8px 0px!important;
}
.wgq-label{
    font-family: 'BwSeidoRound-Bold', sans-serif;
    font-size: 16px!important;
    line-height: 170%!important;
    font-weight: 700!important;
    text-transform: capitalize!important;
}

.wgq-action-load, .wgq-action-download{
    background-color:#e15f23!important;
		color: #FFF!important;
}
.woocommerce-account tr.wgq-actions-row td { border-top:0; }

/* My Account > Quotations menu icon */
.woocommerce-MyAccount-navigation-link--quotations a {
    display: inline-flex;
    align-items: center;
}
.woocommerce-MyAccount-navigation-link--quotations a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-color: #4A5568; /* icon color */
    -webkit-mask-image: url('https://udders.digipixelsg.com/wp-content/uploads/2025/10/tabler_book-1.svg');
    mask-image: url('https://udders.digipixelsg.com/wp-content/uploads/2025/10/tabler_book-1.svg');
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-size: contain; mask-size: contain;
    -webkit-mask-position: center; mask-position: center;
}
.custom-alert {
    position: fixed;
    top: 30%; /* Adjust vertical position */
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fdf8ed;
    border: 2px solid #e15f23;
    border-radius: 10px;
    padding: 25px 30px;
    width: 350px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    z-index: 9999;
    font-family: Arial, sans-serif;
}
.custom-alert h2 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #243333;
}
.custom-alert p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #243333;
}
.custom-alert button {
    padding: 10px 20px;
    background: #e15f23;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.custom-alert button:hover {
    background: #e15f23;
}

.custom-alert-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998; /* just below the alert (9999) */
}




