﻿.calc-text-wrapper-header {
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 1px #a8adb3;
    margin-bottom: 15px;
}

    .calc-text-wrapper-header > div {
        font-weight: bold;
    }

    .calc-text-wrapper-header > .b2c-offer-text {
        width: 40%;
    }

.b2c-brand-name {
    width: 20%;
    padding-left: 15px;
}

.calc-text-wrapper-body-row:not(:last-of-type) {
    border-bottom: solid 1px #a8adb3;
}

.calc-text-wrapper-body-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0;
}

    .calc-text-wrapper-body-row > .b2c-offer-text {
        width: 40%;
    }
    .calc-text-wrapper-body-row textarea {
        width: 100%;
        height: 100%;
        min-height: 200px;
        outline: none;
        border: solid 1px white;
        resize: none;
    }

    .calc-text-wrapper-body-row > textarea{
        margin-right: 10px;
    }

    .calc-text-wrapper-body-row textarea:focus-visible {
        outline: solid 1px #a8adb3;
    }

.b2c-calc-text-configuration-action-buttons {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 36px;
}

