.status-container .pricing-title img {
    max-height: 120px;
}

.status-container .pricing-title p {
    color: #1C1C1C;
    font-size: 14px;
    line-height: 20px;
}

.troubleshoot-link {
  text-decoration: underline;
  color: #1C1C1C; 
  font-size: 14px;
  line-height: 20px;
}

.status-card {
    border: 1px solid #F2F2F2;
    min-height: 337px;
    border-radius: 12px;
}

.status-header {
    min-height: 44px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px 10px 24px;
    border-radius: 12px 12px 0 0;
}

.status-footer {
    height: 44px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px 10px 24px;
    border-radius: 0 0 12px 12px;
}

.status-header-title {
    font-size: 16px;
    color:#1C1C1C;
    font-weight: 600;
    line-height: 24px;
}

.status-footer-title{
    font-size: 16px;
    color:#6E6E6E;
    font-weight: 400;
    line-height: 24px;
}

.status-indic {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.status-indic p {
    display: flex;
    align-items: center;
    gap: 4px; 
    font-size: 14px;
    line-height: 20px;
}

.status-indic p:nth-child(1) {
    color: #22C55E; /* No Issue */
}

.status-indic p:nth-child(2) {
    color: #A855F7; /* Maintenance */
}

.status-indic p:nth-child(3) {
    color: #3B82F6; /* Notice */
}

.status-indic p:nth-child(4) {
    color: #FEA327; /* Incident */
}

.status-indic p:nth-child(5) {
    color: #EF4444; /* Outage */
}

.border-style{
    border-bottom: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
}

.img-icon{
    width: 23px;
    height:23px;
}

.text-height{
    height: 24px;
}

.text-height{
    height: 24px;
}

.status{
    color: #6E6E6E;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 0px;
}

.status-title{
    color: #1C1C1C;
    font-weight: 600;
    line-height: 24px;
}

.status-percentage{
    font-weight: 500;
}

.container-margin{
    margin-bottom: 4.5rem;
}
