#page-sidebar {
    border-radius: 10px;
}


#page-sidebar article {
    background-color: #045ea0;
    padding: 15px;
    border-bottom: 2px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.8s ease;
}


#page-sidebar article a {
    color: #fcb814;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3125em;
    line-height: 1.42857143;
    font-size: 18px !important;
    text-transform: uppercase;
}


#page-sidebar article p {
    color: #ffffff;
    font-size: 0.9em;
    margin-bottom: 10px;
}

#page-sidebar article div p {
    margin-bottom: 10px;
}

#page-sidebar article footer a.read-more-btn {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    margin: -10px;
}
#page-sidebar article footer a.read-more-btn i{
    font-size: 14px;
    color: #ffffff;
}

#page-sidebar article footer a.read-more-btn::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23fff' d='M9 8.293L.707 0 0 .707 8.293 9 0 17.293.707 18 9 9.707 9.707 9z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.3s ease;
}

#page-sidebar article footer a.read-more-btn:hover {
    color: #fcb814;
}
#page-sidebar article footer a.read-more-btn {
    transition: color 0.3s ease;
}

#page-sidebar article footer a.read-more-btn:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23fcb814' d='M9 8.293L.707 0 0 .707 8.293 9 0 17.293.707 18 9 9.707 9.707 9z'/%3E%3C/svg%3E"); /* Update SVG fill color on hover */
}

#page-sidebar .disabled-overlay {
    pointer-events: none;
    opacity: 0.5;
}

#page-sidebar .enabled-overlay {
    pointer-events: auto;
    opacity: 1;
}
#page-sidebar .first-article {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#page-sidebar .last-article {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.uniform-font,
.uniform-font a,
.uniform-font p,
.uniform-font article,
.uniform-font footer,
.uniform-font div {
    font-family: 'Oswald',"Trebuchet MS",Geneva,Arial,sans-serif !important;
}
