/* =========================================================
   URP - BARRA LATERAL Y WIDGETS
   ========================================================= */

#secondary .widget {
    box-sizing: border-box;
    margin: 0 0 22px;
    padding: 20px;
    background: var(--urp-card);
    border: 1px solid var(--urp-border);
    border-radius: var(--urp-radius);
    box-shadow: var(--urp-shadow);
}

#secondary .widget img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

#secondary .widget-title {
    margin: 0 0 16px;
    padding: 0 0 11px;
    color: var(--urp-blue-dark);
    border-bottom: 2px solid var(--urp-blue);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-transform: none;
}

#secondary .textwidget {
    color: #39434f;
    line-height: 1.55;
}
