﻿.b2c-rrso-configuration-table {
    display: flex;
    justify-content: space-between;
}

.b2c-rrso-configuration-table {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.rrso-wrapper-header {
    height: 44px;
}

.rrso-wrapper-header > div {
    font-weight: bold;
}

.b2c-rrso-configuration-table > div {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.b2c-rrso-configuration-table > div:not(:last-of-type) {
    border-bottom: 1px solid #a8adb3; 
}

.b2c-rrso-configuration-table .brand-name,
.b2c-rrso-configuration-table .rrso-percentage,
.b2c-rrso-configuration-table .rrso-text {
    min-height: 44px;
}

.b2c-rrso-configuration-table .brand-name {
    display: flex;
    width: calc(20% - 10px);
    font-weight: bold;
}

.b2c-rrso-configuration-table .rrso-percentage {
    display: flex;
    width: calc(20% - 10px);
}

.b2c-rrso-configuration-table .rrso-percentage input {
    width: 100%;
    min-height: unset;
    max-height: 44px;
    font-weight: bold;
    border: 1px solid #a8adb3;
}

.b2c-rrso-configuration-table .rrso-percentage input:focus-visible {
    outline: 1px solid black;
    border-color: black;
}

.b2c-rrso-configuration-table .rrso-text {
    width: calc(60% - 10px);
}

.b2c-rrso-configuration-table .rrso-text textarea {
    width: 100%;
    height: 100%;
    min-height: 250px;
    border: 1px solid #a8adb3;
    resize: none;
}

.b2c-rrso-configuration-table .rrso-text textarea:focus-visible {
    outline: 1px solid black;
    border-color: black;
    border-color: black;
}

.b2c-calc-text-configuration-action-buttons {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 36px;
}