.radio-circle-container { display: flex; flex-direction: column; align-items: center; margin-right: auto; margin-left: auto; &.upgrade { background-color: rgb(149, 149, 149); } &.not-upgrade { background-color: #fff; } height: 345px; border-radius: 5px; border: 1px solid #d4d4d4; } .radio-circle-top { width: 248px; height: 40px; display: flex; flex-direction: row; margin-top: 18px; margin-left: 2px; border: 1px solid var(--accent-orange-light); border-radius: 10px; } .radio-circle-lower { display: flex; flex-direction: column; justify-content: center; margin-left: auto; margin-right: auto; } .radio-circle-box { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 6px; margin-left: 10px; margin-right: 4px; height: 30px; } .radio-name-box { display: flex; align-items: center; padding-top: 12px; height: 30px; width: 130px; margin-left: 2px; padding-left: 6px; font-family: var(--main-font); font-family: Roboto; font-weight: 500; letter-spacing: 0.05rem; } .radio-price-box { display: flex; flex-direction: row-reverse; padding-top: 2px; height: 30px; width: 95px; } .radio-price { height: 25px; float: right; margin-right: 8px; padding-top: 8px; } .radio-description-box { width: 240px; }