.support-hours{display:flex;flex-wrap:wrap;width:100%;gap:1rem;padding:1rem 1.5rem;border-radius:4px;border:1px solid #e7e6e4;box-sizing:border-box}.support-hours__display{display:grid;grid-template-columns:1fr 1fr;padding:5px 12px;grid-gap:30px;gap:30px;font-size:13px}.support-hours__list{display:flex;flex-direction:column;gap:.5rem;width:100%}.support-hours__label{color:#a19e99;font-family:Inter,sans-serif;font-weight:500}.support-hours__hours{color:#0a0a0a;font-weight:400}.support-hours__hours,.support-hours__status{text-align:center;font-family:Inter,sans-serif}.support-hours__status{padding:.4rem .8rem;border-radius:100px;color:#fefefe;text-transform:uppercase;background-color:#e83138;font-size:10px;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;font-weight:600}.support-hours__status--active{background-color:#55a78e}