.myacc-sidebar {
    background: #fff;
    border-right: 1px solid #dee2e6;
    height: 100vh;
    overflow-y: auto;
}

.myacc-sidebar a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.myacc-sidebar a:hover {
    background-color: #f1f1f1;
    font-weight: 500;
}

.myacc-content {
    padding: 20px;
    background-color: #f8f9fa;
    min-height: 100vh;
}

.myacc-order-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.myacc-order-card img {
    width: 120px;
    height: 100px;
    object-fit: cover;
    align-self: center;
}

.myacc-btn-pink {
    background-color: rgb(86, 86, 251);
    color: #fff;
    border-radius: 12px;
    padding: 10px 25px;
    border: none;
}

@media (max-width: 768px) {
    .myacc-sidebar {
        display: none !important;
    }
}
