.elementor-3537 .elementor-element.elementor-element-d0cba78{--display:flex;}.elementor-3537 .elementor-element.elementor-element-0c8437a.elementor-element{--align-self:center;}.elementor-3537 .elementor-element.elementor-element-0c8437a{text-align:center;}.elementor-3537 .elementor-element.elementor-element-fc3ab7a.elementor-element{--align-self:center;}.elementor-3537 .elementor-element.elementor-element-c085812 .jet-listing-dynamic-repeater__items{flex-direction:flex-start;justify-content:flex-start;}.elementor-3537 .elementor-element.elementor-element-c085812 .jet-listing-dynamic-repeater__item > *{justify-content:flex-start;}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-c085812 *//* Main container */
.key-cuts-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Key images */
.key-image {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
}

.key-image.start {
    width: 120px;
    min-height: 120px;
    display: flex;
    align-items: center;
}

.key-image.end {
    width: 40px;
    min-height: 120px;
    display: flex;
    align-items: center;
}

.key-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Table container */
.table-container {
    flex: 1;
    min-width: 0;
}

/* Table styles */
.cut-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    background: white;
    border: 2px solid #000;
    border-radius: 4px;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Header styles */
.cut-table thead th {
    padding: 4px 0 3px;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 0.7rem;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: white;
    width: 10px;
    letter-spacing: 0.02em;
}

.cut-table th:first-child {
    text-align: left;
    padding: 4px 8px 3px;
    width: 65px;
    border-left: none;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
}

/* Location column */
.cut-location {
    font-weight: 500;
    color: #1a1a1a;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    background: white;
    letter-spacing: 0.01em;
}

/* Row styles */
.cut-row {
    height: 18px;
    transition: background-color 0.15s ease;
}

.cut-row:hover {
    background-color: #fafafa;
}

/* Cut slot styles */
.cut-slot {
    width: 10px;
    height: 10px;
    background: #f8f8f8;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    transition: background-color 0.15s ease;
}

.cut-slot.active {
    background: #ec2324;
    position: relative;
    border: none;
}

.cut-slot.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.5px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .key-cuts-container {
        max-width: 450px;
        gap: 0;
    }

    .key-image.start {
        width: 90px;
        min-height: 90px;
    }

    .key-image.end {
        width: 30px;
        min-height: 90px;
    }

    .cut-slot {
        width: 9px;
        height: 9px;
    }

    .cut-table th:first-child {
        padding: 4px 6px 3px;
        width: 60px;
    }

    .cut-location {
        padding: 3px 6px;
    }

    .cut-table thead th {
        width: 9px;
    }
}

@media (max-width: 480px) {
    .key-cuts-container {
        max-width: 360px;
        gap: 0;
    }

    .key-image.start {
        width: 70px;
        min-height: 70px;
    }

    .key-image.end {
        width: 25px;
        min-height: 70px;
    }

    .cut-slot {
        width: 8px;
        height: 8px;
    }

    .cut-table th:first-child {
        width: 55px;
        padding: 4px 5px 3px;
    }

    .cut-location {
        font-size: 0.75rem;
        padding: 3px 5px;
    }

    .cut-table thead th {
        width: 8px;
        font-size: 0.65rem;
        padding: 4px 0 3px;
    }
}/* End custom CSS */