
.loopz-settings-tabs > .components-tab-panel__tabs {
    border-bottom: 1px solid #ddd;
}
/* Card Design Styles */
.loopz-card-design-thumbnail-container {
    width: 21.4mm;
    height: 13.5mm;

}

.loopz-card-design-thumbnail-mask {
    width: 21.4mm;
    height: 13.5mm;
    margin: auto;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 0px 1px #00000088);
}

.loopz-card-design-thumbnail-image {
    width: 21.9mm;
    height: 13.99mm;
    position: relative;
    top: -0.24mm;
    left: -0.24mm;
}

/* Gift Cards Table Styles */
.loopz-gift-cards-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0px;
    background: transparent;
}

.loopz-gift-cards-table th,
.loopz-gift-cards-table td {
    padding: 16px 12px;
    background: #fff;
    text-align: left;
    vertical-align: middle;
    border: none;
    font-size: 15px;
}

.loopz-gift-cards-table th {
    font-weight: 600;
    color: #222;
    background: #f7f7f7;
    border-bottom: 2px solid #e5e5e5;
}

.loopz-gift-cards-table tbody tr {
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border-radius: 8px;
    transition: box-shadow 0.2s;
}

.loopz-gift-cards-table tbody tr:hover {
    box-shadow: 0 4px 16px rgba(0,124,186,0.10);
}

.loopz-gift-cards-table tbody tr td {
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.loopz-gift-cards-table tbody tr:first-child td {
    border-top: none;
}

.loopz-gift-cards-table td[colspan] {
    text-align: center;
    background: #f7f7f7;
}

@media (max-width: 768px) {
    .loopz-gift-cards-table th,
    .loopz-gift-cards-table td {
        padding: 10px 6px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .loopz-gift-cards-table th,
    .loopz-gift-cards-table td {
        padding: 8px 4px;
        font-size: 12px;
    }
}