.hm-preview-table {
    background: transparent !important;
}

.hm-preview-table tbody,
.hm-preview-table tr,
.hm-preview-table td {
    background: transparent !important;
}

.hm-preview-table td {
    padding: 0.2rem 0;
    border-top: 0;
    vertical-align: top;
}

.hm-preview-table .hm-preview-note {
    padding-top: 0.05rem;
    padding-bottom: 0.15rem;
}

.hm-preview-table .hm-preview-total-row td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.35rem;
}

.hontas-manager-locations-summary-thumb {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.hontas-manager-locations-summary-thumb-ratio {
    position: relative;
    width: 100%;
    aspect-ratio: 20 / 13;
    background-color: #f1f3f5;
    overflow: hidden;
}

@supports not (aspect-ratio: 20 / 13) {
    .hontas-manager-locations-summary-thumb-ratio {
        aspect-ratio: auto;
        height: 0;
        padding-top: 65%;
    }
}

.hontas-manager-locations-summary-thumb--has-image .hontas-manager-locations-summary-thumb-ratio {
    background-color: transparent;
}

.hontas-manager-locations-summary-thumb-img {
    object-fit: cover;
    transition: opacity 0.25s ease-in-out;
}

.hontas-manager-locations-summary-thumb-img--alt {
    opacity: 0;
}

.hontas-manager-locations-summary-thumb--has-alt:hover .hontas-manager-locations-summary-thumb-img--primary,
.hontas-manager-locations-summary-thumb--has-alt:focus-within .hontas-manager-locations-summary-thumb-img--primary {
    opacity: 0;
}

.hontas-manager-locations-summary-thumb--has-alt:hover .hontas-manager-locations-summary-thumb-img--alt,
.hontas-manager-locations-summary-thumb--has-alt:focus-within .hontas-manager-locations-summary-thumb-img--alt {
    opacity: 1;
}

.hontas-manager-locations-summary-thumb-placeholder {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}
