/* Kaabo Product Table - Frontend Styles */

.kpt-spec-section {
    width: 100%;
    margin: 30px 0 20px;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
}

.kpt-spec-layout {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
}

.kpt-spec-table-side {
    flex: 1 1 0%;
    min-width: 0;
}

.kpt-no-image .kpt-spec-table-side {
    flex: 1 1 100%;
}

.kpt-spec-image-side {
    flex: 0 0 260px;
    max-width: 260px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.kpt-spec-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}