@media (min-width: 1250px){
    .outages-container{
        width: 1240px;                
    }
    .title{
        font-size: 26px;
    }
}
@media (min-width: 1024px) and (max-width:1250px){
    .outages-container{
        width: 90%;
    }
    .title{
        font-size: 26px;
    }
}
@media (max-width: 1024px){
    .outages-container{
        width: 90%;
    }
    .title{
        font-size: 22px;
    }
}
.title{
    font-weight: 500;    
    line-height: 130%;
    color: #232F4F;    
}
.blue-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #3A8EF8;
    margin-bottom: 5px;
}
.outages{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;    
}
.outage-post{
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);    
    padding: 20px;
    height: 100%;
}
@media(min-width:1250px){
    .outage-post{
        width: 75%;
    }
}
@media(max-width:1250px){
    .outage-post{
        width: 100%;
    }
}

.post-content {
    margin-bottom: 20px;
}

.post-text {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 10px;
}

.post-date {
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    margin: 0;
    margin-bottom: 10px;
}

.related-post {
    background-color: #e2ecfa;
    padding: 15px;
    margin-top: 20px;
}

.related-post h3 {
    font-size: 18px;
    color: #444444;
    margin-bottom: 10px;
}

.related-post-text {
    font-size: 14px;
    line-height: 1.4;
    color: #555555;
    margin-bottom: 10px;
}

.related-post-date {
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    margin: 0;
    margin-bottom: 10px;
}
