/* OmniShield Hub — Partner Network Public UI — Fase 18.1-B4.1 */

.osmp-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
}

.osmp-hero {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: clamp(2rem, 5vw, 4rem);
    margin-bottom: 2rem;
    background: radial-gradient(circle at top right, rgba(91, 190, 204, 0.35), transparent 32%),
                linear-gradient(135deg, #0b2f43 0%, #11435d 48%, #1c7499 100%);
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(17, 67, 93, 0.18);
}

.osmp-hero::after {
    content: "";
    position: absolute;
    inset: auto -8rem -12rem auto;
    width: 26rem;
    height: 26rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.osmp-hero__eyebrow,
.osmp-section-eyebrow {
    margin: 0 0 0.8rem;
    color: #f5c542;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.osmp-hero__title {
    max-width: 880px;
    margin: 0;
    font-size: clamp(2.15rem, 5vw, 4.5rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.osmp-hero__subtitle {
    max-width: 820px;
    margin: 1.25rem 0 0;
    font-size: clamp(1.02rem, 1.6vw, 1.22rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.osmp-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.osmp-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.osmp-panel {
    margin-bottom: 2rem;
    padding: clamp(1.15rem, 2vw, 1.7rem);
    border: 1px solid #e1edf3;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(17, 67, 93, 0.08);
}

.osmp-filter-grid {
    display: grid;
    grid-template-columns: minmax(220px, 2fr) minmax(160px, 1fr) minmax(100px, 0.7fr) auto auto;
    gap: 1rem;
    align-items: end;
}

.osmp-field label,
.osmp-form-field label {
    display: block;
    margin-bottom: 0.45rem;
    color: #11435d;
    font-size: 0.92rem;
    font-weight: 800;
}

.osmp-field input,
.osmp-field select,
.osmp-form-field input,
.osmp-form-field select,
.osmp-form-field textarea,
.osmp-form-card input[type="text"],
.osmp-form-card input[type="email"],
.osmp-form-card input[type="tel"],
.osmp-form-card select,
.osmp-form-card textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #c8d9e3;
    border-radius: 14px;
    padding: 0.82rem 0.95rem;
    background: #fbfdfe;
    color: #102a3a;
    font-size: 1rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.osmp-form-card textarea,
.osmp-form-field textarea {
    min-height: 150px;
    resize: vertical;
}

.osmp-field input:focus,
.osmp-field select:focus,
.osmp-form-field input:focus,
.osmp-form-field select:focus,
.osmp-form-field textarea:focus,
.osmp-form-card input:focus,
.osmp-form-card select:focus,
.osmp-form-card textarea:focus {
    outline: none;
    border-color: #1c7499;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(28, 116, 153, 0.13);
}

.osmp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 46px;
    padding: 0.82rem 1.15rem;
    border: 0;
    border-radius: 14px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.osmp-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.osmp-btn--primary {
    background: #11435d;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(17, 67, 93, 0.18);
}

.osmp-btn--primary:hover {
    background: #0c3348;
    color: #ffffff;
}

.osmp-btn--accent {
    background: #f5c542;
    color: #102a3a;
    box-shadow: 0 10px 20px rgba(245, 197, 66, 0.22);
}

.osmp-btn--secondary {
    background: #edf5f9;
    color: #11435d;
}

.osmp-btn--ghost {
    background: transparent;
    color: #11435d;
    border: 1px solid #c8d9e3;
}

.osmp-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin: 2.2rem 0 1.25rem;
}

.osmp-section-head h2 {
    margin: 0;
    color: #11435d;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    letter-spacing: -0.035em;
}

.osmp-muted {
    color: #597484;
    line-height: 1.65;
}

.osmp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.osmp-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
    padding: 1.45rem;
    border: 1px solid #e2edf3;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 67, 93, 0.07);
}

.osmp-card--featured {
    border-color: rgba(245, 197, 66, 0.8);
    box-shadow: 0 18px 42px rgba(17, 67, 93, 0.1);
}

.osmp-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.osmp-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    background: #edf7fb;
    color: #11435d;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.osmp-badge--gold {
    background: #fff6d8;
    color: #7c5a00;
}

.osmp-card h3 {
    margin: 0;
    color: #11435d;
    font-size: 1.32rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.osmp-card p {
    margin: 0;
}

.osmp-stars {
    color: #f5c542;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    font-weight: 900;
}

.osmp-score {
    color: #11435d;
    font-size: 0.94rem;
    font-weight: 800;
}

.osmp-service-list {
    margin: 0;
    padding-left: 1.1rem;
    color: #516b7b;
    line-height: 1.7;
}

.osmp-card-actions,
.osmp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: auto;
}

.osmp-empty {
    padding: 2rem;
    border-radius: 24px;
    background: #ffffff;
    border: 1px dashed #bbd0dc;
    color: #516b7b;
}

.osmp-detail-top {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
    gap: 1.4rem;
    align-items: stretch;
}

.osmp-side-panel {
    border-radius: 24px;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid #e2edf3;
    box-shadow: 0 14px 34px rgba(17, 67, 93, 0.07);
}

.osmp-side-panel h3,
.osmp-form-card h2,
.osmp-side-card h2 {
    margin-top: 0;
    color: #11435d;
}

.osmp-contact-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    gap: 1.5rem;
    align-items: start;
}

.osmp-side-card {
    border-radius: 24px;
    padding: 1.8rem;
    background: linear-gradient(135deg, #0b2f43 0%, #1c7499 100%);
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(17, 67, 93, 0.16);
}

.osmp-side-card h2 {
    color: #ffffff;
}

.osmp-side-card ul {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    line-height: 1.8;
}

.osmp-form-card {
    padding: 1.8rem;
    border: 1px solid #e2edf3;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 67, 93, 0.07);
}

.osmp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.osmp-form-field--full {
    grid-column: 1 / -1;
}

.osmp-checkbox {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 16px;
    background: #f6fafc;
    color: #405c6d;
    line-height: 1.55;
}

.osmp-checkbox input {
    margin-top: 0.25rem;
    width: 18px;
    height: 18px;
}

.osmp-helptext,
.osmp-error {
    margin-top: 0.35rem;
    font-size: 0.88rem;
}

.osmp-error {
    color: #a42b2b;
    font-weight: 700;
}

.osmp-success-note {
    padding: 1rem 1.2rem;
    border-left: 4px solid #1c7499;
    border-radius: 16px;
    background: #eef8fb;
    color: #11435d;
    font-weight: 700;
}

@media (max-width: 1040px) {
    .osmp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .osmp-filter-grid,
    .osmp-detail-top,
    .osmp-contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .osmp-shell {
        padding: 1rem 0.85rem 3rem;
    }

    .osmp-grid,
    .osmp-form-grid {
        grid-template-columns: 1fr;
    }

    .osmp-hero,
    .osmp-panel,
    .osmp-form-card,
    .osmp-side-card {
        border-radius: 20px;
    }

    .osmp-section-head {
        display: block;
    }
}


/* B18.1-B4.2 — Avatar institucional fallback do parceiro */
.osmp-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0f3b53 0%, #4db5c7 100%);
    border: 1px solid rgba(245, 197, 66, 0.45);
    box-shadow: 0 16px 34px rgba(17, 67, 93, 0.16);
}

.osmp-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.osmp-avatar--card {
    width: 112px;
    height: 112px;
    border-radius: 28px;
    margin-bottom: 1rem;
}

.osmp-avatar--large {
    width: 156px;
    height: 156px;
    border-radius: 34px;
    margin-bottom: 1.25rem;
    border: 2px solid rgba(245, 197, 66, 0.55);
    box-shadow: 0 20px 48px rgba(17, 67, 93, 0.22);
}

.osmp-side-panel .osmp-avatar--large {
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 680px) {
    .osmp-avatar--card {
        width: 96px;
        height: 96px;
        border-radius: 24px;
    }

    .osmp-avatar--large {
        width: 128px;
        height: 128px;
        border-radius: 28px;
    }
}

/* B18.1-B5 institutional spotlights */
.osmp-spotlight-section {
    max-width: 1180px;
    margin: 2.5rem auto;
    padding: 0 1.25rem;
}

.osmp-spotlight-header {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 1.5rem;
}

.osmp-spotlight-eyebrow {
    color: #d7a900;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.osmp-spotlight-title {
    color: #08354a;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.08;
    margin: 0;
    font-weight: 900;
}

.osmp-spotlight-subtitle {
    color: #38576a;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

.osmp-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
}

.osmp-spotlight-card {
    background: #ffffff;
    border: 1px solid rgba(215, 169, 0, 0.35);
    border-radius: 26px;
    padding: 1.25rem;
    box-shadow: 0 16px 38px rgba(8, 53, 74, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.osmp-spotlight-card__avatar {
    width: 96px;
    height: 96px;
    border-radius: 26px;
    object-fit: cover;
    background: linear-gradient(135deg, #08354a, #4db5c7);
    border: 1px solid rgba(215, 169, 0, 0.45);
    box-shadow: 0 14px 28px rgba(8, 53, 74, 0.14);
    margin-bottom: 1rem;
}

.osmp-spotlight-card__tag {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    padding: 0.38rem 0.7rem;
    background: #edf7fa;
    color: #08354a;
    font-weight: 900;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.osmp-spotlight-card__title {
    color: #08354a;
    font-size: 1.12rem;
    line-height: 1.25;
    margin: 0 0 0.65rem;
    font-weight: 900;
}

.osmp-spotlight-card__summary {
    color: #456171;
    line-height: 1.55;
    margin: 0 0 1rem;
    font-size: 0.94rem;
}

.osmp-spotlight-card__meta {
    color: #667d8b;
    font-size: 0.85rem;
    margin-top: auto;
    margin-bottom: 1rem;
}

.osmp-spotlight-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 0.78rem 1rem;
    background: #08354a;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.osmp-spotlight-card__link:hover {
    color: #ffffff;
    filter: brightness(1.08);
}

@media (max-width: 1080px) {
    .osmp-spotlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .osmp-spotlight-header,
    .osmp-spotlight-grid {
        grid-template-columns: 1fr;
    }
}

/* B18.1-B5.2 — ajustes dos cards institucionais na home e Partner Network */

.osmp-spotlights-section {
    width: 100%;
    margin: 3rem auto;
    padding: 0 1rem;
}

.osmp-spotlights-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.osmp-spotlights-header {
    max-width: 720px;
    margin-bottom: 1.5rem;
}

.osmp-spotlights-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.1;
    color: #073247;
    margin: 0 0 0.75rem;
}

.osmp-spotlights-header p {
    color: #526b7a;
    line-height: 1.6;
    margin: 0;
}

.osmp-spotlights-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
    align-items: stretch;
}

.osmp-spotlight-card {
    min-height: 360px;
    max-width: 100%;
    padding: 1.25rem;
    border: 1px solid rgba(245, 197, 66, 0.45);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(17, 67, 93, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.osmp-spotlight-avatar {
    width: 84px;
    height: 84px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, #0f3b53 0%, #4db5c7 100%);
    border: 1px solid rgba(245, 197, 66, 0.55);
    box-shadow: 0 12px 28px rgba(17, 67, 93, 0.14);
    flex: 0 0 auto;
}

.osmp-spotlight-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.osmp-spotlight-tag {
    display: inline-flex;
    width: fit-content;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #edf6fb;
    color: #073247;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.osmp-spotlight-card h3 {
    margin: 0.75rem 0 0;
    font-size: 1.12rem;
    line-height: 1.25;
    color: #073247;
}

.osmp-spotlight-name {
    margin: 0;
    font-weight: 800;
    color: #0f3b53;
}

.osmp-spotlight-summary {
    margin: 0;
    color: #526b7a;
    line-height: 1.55;
    font-size: 0.94rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.osmp-spotlight-actions {
    margin-top: auto;
}

.osmp-spotlight-actions .osmp-btn {
    width: 100%;
    min-height: 42px;
}

@media (max-width: 1100px) {
    .osmp-spotlights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .osmp-spotlights-grid {
        grid-template-columns: 1fr;
    }

    .osmp-spotlight-card {
        min-height: auto;
    }
}

/* B18.1-B5.2 — compactação final dos destaques institucionais */

.osmp-spotlights-section--compact {
    margin: 3.5rem auto !important;
    padding: 0 1.5rem !important;
}

.osmp-spotlights-section--compact .osmp-spotlights-inner {
    max-width: 1180px !important;
    margin: 0 auto !important;
}

.osmp-spotlights-section--compact .osmp-spotlights-header {
    max-width: 760px !important;
    margin: 0 0 1.75rem !important;
}

.osmp-spotlights-section--compact .osmp-spotlights-header h2 {
    font-size: clamp(1.8rem, 2.8vw, 2.55rem) !important;
    line-height: 1.08 !important;
    margin: 0 0 0.75rem !important;
    color: #073247 !important;
}

.osmp-spotlights-section--compact .osmp-spotlights-header p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #526b7a !important;
    margin: 0 !important;
}

.osmp-spotlights-section--compact .osmp-spotlights-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    align-items: stretch !important;
}

.osmp-spotlights-section--compact .osmp-spotlight-card {
    min-height: 300px !important;
    padding: 1.1rem !important;
    border-radius: 22px !important;
    border: 1px solid rgba(245, 197, 66, 0.42) !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(17, 67, 93, 0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.85rem !important;
    overflow: hidden !important;
}

.osmp-spotlight-card__top {
    display: grid !important;
    grid-template-columns: 72px 1fr !important;
    gap: 0.85rem !important;
    align-items: center !important;
}

.osmp-spotlights-section--compact .osmp-spotlight-avatar {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #0f3b53 0%, #4db5c7 100%) !important;
    border: 1px solid rgba(245, 197, 66, 0.55) !important;
    box-shadow: 0 10px 22px rgba(17, 67, 93, 0.14) !important;
}

.osmp-spotlights-section--compact .osmp-spotlight-avatar img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.osmp-spotlight-heading {
    min-width: 0 !important;
}

.osmp-spotlights-section--compact .osmp-spotlight-tag {
    display: inline-flex !important;
    width: fit-content !important;
    max-width: 100% !important;
    padding: 0.28rem 0.58rem !important;
    border-radius: 999px !important;
    background: #edf6fb !important;
    color: #073247 !important;
    font-size: 0.64rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    white-space: nowrap !important;
}

.osmp-spotlights-section--compact .osmp-spotlight-card h3 {
    margin: 0.5rem 0 0.15rem !important;
    font-size: 1rem !important;
    line-height: 1.22 !important;
    color: #073247 !important;
}

.osmp-spotlights-section--compact .osmp-spotlight-name {
    margin: 0 !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    color: #0f3b53 !important;
}

.osmp-spotlights-section--compact .osmp-spotlight-summary {
    margin: 0 !important;
    color: #526b7a !important;
    line-height: 1.48 !important;
    font-size: 0.9rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.osmp-spotlights-section--compact .osmp-spotlight-actions {
    margin-top: auto !important;
}

.osmp-spotlights-section--compact .osmp-spotlight-actions .osmp-btn {
    width: 100% !important;
    min-height: 40px !important;
    padding: 0.65rem 0.85rem !important;
    border-radius: 12px !important;
    font-size: 0.92rem !important;
}

@media (max-width: 1180px) {
    .osmp-spotlights-section--compact .osmp-spotlights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 680px) {
    .osmp-spotlights-section--compact .osmp-spotlights-grid {
        grid-template-columns: 1fr !important;
    }

    .osmp-spotlight-card__top {
        grid-template-columns: 64px 1fr !important;
    }

    .osmp-spotlights-section--compact .osmp-spotlight-avatar {
        width: 64px !important;
        height: 64px !important;
        min-width: 64px !important;
        max-width: 64px !important;
    }
}

/* B18.1-B5.2 — versão compacta definitiva do Núcleo OmniShield */

.osmp-institutional-strip {
    max-width: 1180px;
    margin: 3rem auto 2.5rem;
    padding: 0 1.25rem;
}

.osmp-institutional-strip__header {
    max-width: 760px;
    margin-bottom: 1.4rem;
}

.osmp-institutional-strip__header h2 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
    line-height: 1.1;
    color: #073247;
}

.osmp-institutional-strip__header p {
    margin: 0;
    color: #526b7a;
    line-height: 1.55;
}

.osmp-institutional-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.osmp-institutional-card {
    background: #ffffff;
    border: 1px solid rgba(245, 197, 66, 0.42);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 14px 34px rgba(17, 67, 93, 0.08);
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 0.85rem;
    min-height: 210px;
    overflow: hidden;
}

.osmp-institutional-card__avatar {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #0f3b53 0%, #4db5c7 100%);
    border: 1px solid rgba(245, 197, 66, 0.55);
    box-shadow: 0 10px 22px rgba(17, 67, 93, 0.14);
}

.osmp-institutional-card__avatar img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block;
}

.osmp-institutional-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.osmp-institutional-card__tag {
    width: fit-content;
    max-width: 100%;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #edf6fb;
    color: #073247;
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.osmp-institutional-card h3 {
    margin: 0.55rem 0 0.2rem;
    font-size: 0.98rem;
    line-height: 1.2;
    color: #073247;
}

.osmp-institutional-card__name {
    margin: 0 0 0.35rem;
    font-size: 0.88rem;
    font-weight: 800;
    color: #0f3b53;
}

.osmp-institutional-card__summary {
    margin: 0;
    color: #526b7a;
    font-size: 0.86rem;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.osmp-institutional-card__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.45rem 0.7rem;
    border-radius: 10px;
    background: #073247;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 800;
}

.osmp-institutional-card__link:hover {
    background: #0f3b53;
    color: #ffffff;
}

@media (max-width: 1180px) {
    .osmp-institutional-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .osmp-institutional-strip__grid {
        grid-template-columns: 1fr;
    }

    .osmp-institutional-card {
        min-height: auto;
    }
}
