#module-inglotcurrentpromotion-list .category-header {
    margin: 60px 0 30px 0;
}

.promotions-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promotions-wrapper .promotion-section {
    display: flex;
    flex-direction: row;
    gap: 20px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.promotions-wrapper .promotion-image {
    flex: 0.2;
}

.promotions-wrapper .promotion-details {
    flex: 0.7;
    display: flex;
    flex-direction: column;
}

.promotions-wrapper .promotion-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: solid 1px #d9bba4;
}

.promotions-wrapper .promotion-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.promotions-wrapper .promotion-desc p {
    font-size: 14px;
    margin-bottom: 0;
}

.promotions-wrapper .promotion-date {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.promotion-no-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.promotion-no-data img {
    width: auto;
    height: 300px;
}

.promotion-no-data span {
    text-align: center;
    margin: 30px 0;
    font-size: 24px;
}

.promotion-no-data-img {
    display: flex;
    justify-content: center;
}
