.lhEcwU,
.jdhQxl,
.gYFAEW,
.ditiwb {
    gap: 1rem !important;
}

.eriSAH {
    gap: .5rem !important;
}

.kMVyaV {
    padding: 0 !important;
}

.efAIq {
    padding: 0rem 1rem 1rem 1rem !important;
    gap: 0 !important;
}

.sc-72c69f28-8.eghqvB {
    position: relative !important;
    overflow: hidden !important;
}

.sc-72c69f28-8.eghqvB::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.1),
        transparent
    ) !important;
    animation: shine 3s infinite ease-in-out !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}


.kmSTSp h1 {
    border: 2px solid rgba(68, 255, 255, 0.8) !important;
}

.bTxrfx {
   max-height: 0 !important;
}

.fsgUrN,
.cyhorf,
.bTSWZG,
.fDmJdU {
    gap: 0rem !important;
}

.ktpmwD {
    gap: 0.5rem !important;
}

.fSfbpC,
.iSHGRe {
    padding: 0rem !important;
}

.ja-DqJP.dinamic,
.bwVtL {
    display: none !important;
}

#__ereemby>div>canvas {
    display: none !important;
}

/* Sales history track */
#sales-history {
    width: 100%;
    display: flex;
    padding: 0;
    background-color: #000;
    overflow: hidden;
    margin: 0;
    z-index: 5;
    user-select: none;
    pointer-events: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    transform: translateZ(0);
    box-sizing: border-box;
    justify-content: flex-start;
}

.sales-track {
    display: flex;
    will-change: transform;
    pointer-events: auto;
    position: relative;
    margin-left: 0;
    padding-left: 0;
}

.sale-item {
    flex: 0 0 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-left: 1px solid rgb(28, 28, 28);
    background: #000;
    text-align: center;
    text-decoration: none;
    color: inherit;
    pointer-events: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 0;
    transform: skewX(-12deg);
}

.sale-item:first-child {
    border-left: none;
}

.sale-item:hover {
    transform: skewX(-12deg) translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    z-index: 2;
    border-left: 1px solid #fff;
    position: relative;
}

.sale-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0;
    border-radius: 0;
    transform: skewX(12deg);
}

.sale-total,
.sale-date {
    transform: skewX(12deg);
}

.sale-total {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    margin: 0;
    line-height: 16px;
}

.sale-date {
    font-size: 10px;
    color: #999;
    margin: 0;
    line-height: 14px;
}

/* Updated Premium notification card */
.premium-card {
    display: grid;
    grid-template-columns: auto auto 100px;
    gap: 0.5rem;
    padding: 1rem;
    border-bottom: 1px solid rgb(28, 28, 28);
    background-color: #000;
    box-sizing: border-box;
}

.premium-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 50px;
    max-width: 50px;
}

.premium-img-container img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* BotÃµes Premium */
.premium-actions {
    display: flex;
    gap: 16px;
    align-items: center;
}

.premium-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0;
    font-family: __Inter_d65c78, __Inter_Fallback_d65c78, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    gap: 0;
}

.premium-btn svg {
    width: 20px;
    height: 20px;
}

.premium-btn-add {
    background-color: rgba(37, 210, 101, 0.25);
    border-color: rgba(37, 210, 101, 0.5);
    border-radius: 8px;
}

.premium-btn-add:hover {
    background-color: rgba(37, 210, 101, 1);
    border-color: rgba(37, 210, 101, 1);
}

.premium-btn-close {
    background-color: rgba(255, 73, 63, 0.25);
    border-color: rgba(255, 73, 63, 0.5);
    border-radius: 8px;
}

.premium-btn-close:hover {
    background-color: rgba(255, 73, 63, 1);
    border-color: rgba(255, 73, 63, 1);
}

.premium-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: end;
    word-break: break-all;
    order: 3;
}

/* Responsividade */
@media (max-width: 480px) {
    .premium-card {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .premium-actions {
        flex-direction: row;
        justify-content: start;
    }
}