.angie-pg-grid-c065c808 {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}
.angie-pg-item-c065c808 {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
}
.angie-pg-item-bg-c065c808 {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
.angie-pg-item-c065c808:hover .angie-pg-item-bg-c065c808 {
    transform: scale(1.05);
}
.angie-pg-item-overlay-c065c808 {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 40, 70, 0.6);
}
.angie-pg-item-content-c065c808 {
    position: absolute;
    inset: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    pointer-events: none;
}
.angie-pg-date-c065c808 {
    font-size: 14px;
    font-weight: 700;
}
.angie-pg-bottom-c065c808 {
    margin-bottom: 0px;
    width: 100%;
}
.angie-pg-excerpt-c065c808 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 90%;
}
.angie-pg-footer-c065c808 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.angie-pg-readmore-c065c808 {
    font-size: 14px;
    font-weight: 700;
}
.angie-pg-icon-c065c808 {
    width: 16px;
    height: 16px;
    background-color: #ffc107;
}
.angie-pg-link-c065c808 {
    position: absolute;
    inset: 0;
    z-index: 10;
}
.angie-pg-load-more-wrap-c065c808 {
    text-align: center;
}
.angie-pg-btn-c065c808 {
    background-color: #002846;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
}
.angie-pg-btn-c065c808:hover {
    background-color: #001a2e;
}
.angie-pg-btn-c065c808.loading {
    opacity: 0.7;
    pointer-events: none;
}