/* Country product list: action menus must paint outside table-responsive. */
.product-list-page .table-responsive,
.product-list-page .card-body,
.product-list-page .custom-card {
    overflow: visible !important;
}

.product-list-page .dropdown-menu-custom {
    position: absolute;
    right: 0;
    z-index: 1080;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid #e9ebec !important;
    list-style: none;
    margin: 0;
}

.product-list-page .dropdown-menu-custom .dropdown-item {
    padding: 0.45rem 1rem;
    color: #212529;
    text-decoration: none;
    white-space: nowrap;
}

.product-list-page .dropdown-menu-custom .dropdown-item:hover {
    background-color: #f8f9fa;
}

.product-list-page .show-above {
    bottom: 100%;
    margin-bottom: 0.35rem;
}

.product-list-page .show-below {
    top: 100%;
    margin-top: 0.35rem;
}

.product-list-page tr.product-list:has(.dropdown-menu-custom) {
    position: relative;
    z-index: 1050;
}
