.np-637680c5-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
}

.np-637680c5-left {
    flex: 1 1 65%;
    min-height: 500px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    overflow: hidden;
}

.np-637680c5-left-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 800px;
}

.np-637680c5-headline {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.np-637680c5-excerpt {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px 0;
    opacity: 0.9;
}

.np-637680c5-btn {
    display: inline-block;
    background: #b71b16; /* Default accent */
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.np-637680c5-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    color: #fff;
}

.np-637680c5-right {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.np-637680c5-widget {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 25px;
}

.np-637680c5-widget-title {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #b71b16; /* Default accent */
}

.np-637680c5-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.np-637680c5-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.np-637680c5-list li:last-child {
    margin-bottom: 0;
}

.np-637680c5-number {
    font-size: 36px;
    font-weight: 900;
    color: #b71b16; /* Default accent */
    line-height: 1;
}

.np-637680c5-list h4 {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.np-637680c5-list h4 a {
    color: inherit;
    text-decoration: none;
}
.np-637680c5-list h4 a:hover {
    text-decoration: underline;
}

.np-637680c5-list p {
    margin: 0;
    font-size: 13px;
    color: #777;
    line-height: 1.4;
}

.np-637680c5-weather {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.np-637680c5-weather-icon svg {
    color: #f39c12;
}

.np-637680c5-agenda {
    list-style: none;
    padding: 0;
    margin: 0;
}

.np-637680c5-agenda li {
    margin-bottom: 15px;
}

.np-637680c5-agenda li:last-child {
    margin-bottom: 0;
}

.np-637680c5-agenda strong {
    display: block;
    font-size: 15px;
    color: #333;
    margin-bottom: 3px;
}

.np-637680c5-agenda span {
    font-size: 13px;
    color: #777;
}

@media (max-width: 991px) {
    .np-637680c5-left, .np-637680c5-right {
        flex: 1 1 100%;
    }
}
