.monthlyHolder {
    width: 100%;
    height: 2.3125rem; /* 37px */
    display: flex;
    box-shadow: 0px 0.1875rem 0.375rem #00000029; /* 3px 6px */
    background-color: white;
    margin-bottom: 0.4375rem; /* 7px */
    align-items: center;
}

.monthlyHolderTxt {
    font-family: "Gotham HTF";
    color: var(--grey);
    font-size: 0.8rem;
    margin-left: 1.25rem; /* 20px */
    margin-right: 1.25rem; /* 20px */
}

.monthyHolderSeparator {
    background-color: var(--primuslightorange);
    width: 0.0625rem; /* 1px */
    height: 100%;
}

.monthyHolderValue {
    font-family: "Gotham HTF";
    color: var(--primusorange);
    font-size: 0.95rem;
    justify-self: flex-end;
    margin-left: auto;
    margin-right: 1.25rem; /* 20px */
    font-weight: 600;
    display: flex;
    padding-left: 1.25rem; /* 20px */
}
