﻿.b2c-hero-configuration-table {
    margin-bottom: 60px;
}

.hero-gallery-section {
    width: 100%;
}

.hero-gallery-section-elements {
    width: 100%;
    flex-direction: column;
}

.hero-gallery-element {
    display: flex;
    border-bottom: 1px solid #a8adb3;
    flex-direction: column;
    padding: 24px 0;
    margin-bottom: 18px;
    min-height: 200px;
}

.hero-gallery-element-empty {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #a8adb3;
    padding: 24px 0;
    margin-bottom: 18px;
    min-height: 200px;
}

.gallery-images {
    width: 100%;
}

.gallery-image-input {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.gallery-photo-additional-data {
    width: 35%;
}

.photo-aditional-data {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.hero-text-input {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.gallery-image {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 33px;
}

    .gallery-image a {
        width:242px;
        height:105px;
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
    }

.banner-delete-image-btn {
    margin-top: 30px;
}
.gallery-photo-additional-data-with-image {
    width: 100%;
    display: grid;
    margin-top: 22px;
    grid-template-columns: repeat(auto-fill, 49.5%);
    grid-column-gap: 12px;
}
