.fedvvfvol-icon-text {
    display: flex;
    min-width: 0;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    color: var(--text, #25211f);
    container-type: inline-size;
}

.fedvvfvol-icon-text-layout {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.fedvvfvol-icon-text-right .fedvvfvol-icon-text-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 3.5rem;
    align-items: start;
    gap: 1.25rem;
}

.fedvvfvol-icon-text-icon {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    color: var(--red, #b0141d);
    font-size: 2.75rem;
    line-height: 1;
}

.fedvvfvol-icon-text-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fedvvfvol-icon-text-right .fedvvfvol-icon-text-layout .fedvvfvol-icon-text-icon {
    grid-column: 2;
    grid-row: 1;
}

.fedvvfvol-icon-text-copy {
    min-width: 0;
}

.fedvvfvol-icon-text-right .fedvvfvol-icon-text-layout .fedvvfvol-icon-text-copy {
    grid-column: 1;
    grid-row: 1;
}

.fedvvfvol-icon-text-card {
    box-sizing: border-box;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #ddd7ce;
    border-radius: 4px;
}

.panel-grid-cell > .so-panel.panel-first-child.panel-last-child:has(> .so-widget-fedvvfvol-icon-text),
.panel-grid-cell > .so-panel.panel-first-child.panel-last-child:has(> .so-widget-fedvvfvol-icon-text) > .so-widget-fedvvfvol-icon-text,
.panel-grid-cell > .so-panel.panel-first-child.panel-last-child:has(> .so-widget-fedvvfvol-icon-text) .fedvvfvol-icon-text-card {
    height: 100%;
}

.fedvvfvol-icon-text-card.has-link {
    position: relative;
    isolation: isolate;
    cursor: pointer;
}

.fedvvfvol-icon-text-card.has-link:hover,
.fedvvfvol-icon-text-card.has-link:focus-within {
    border-color: var(--red, #b0141d);
}

.fedvvfvol-icon-text-card.has-link:focus-within {
    outline: 3px solid var(--focus, #f4c430);
    outline-offset: 3px;
}

.fedvvfvol-icon-text-card.has-link .fedvvfvol-icon-text-body a {
    position: relative;
    z-index: 2;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-icon {
    width: 3.25rem;
    height: 3.25rem;
    place-items: center;
    background: #f3f1ed;
    border: 1px solid #e8e2db;
    border-radius: 4px;
    font-size: 2rem;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-icon img {
    width: 2.25rem;
    height: 2.25rem;
}

.fedvvfvol-icon-text .fedvvfvol-icon-text-title {
    margin: 0 0 0.4rem;
    color: var(--dark, #151312);
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-title {
    font-size: 1.15rem;
    line-height: 1.25;
}

.fedvvfvol-icon-text-body {
    font-size: 1rem;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.fedvvfvol-icon-text-body > :first-child {
    margin-top: 0;
}

.fedvvfvol-icon-text-body > :last-child {
    margin-bottom: 0;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-body :is(p, li, dd) {
    font-size: 0.95rem;
    line-height: 1.55;
}

.fedvvfvol-icon-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    color: var(--red-dark, #870d15);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.fedvvfvol-icon-text-link::after {
    content: "\2192";
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-link {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    align-self: flex-end;
    margin-top: auto;
    margin-left: auto;
    padding: 0;
    color: #fff;
    background: var(--red, #b0141d);
    border-radius: 50%;
    text-decoration: none;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-link::after {
    content: none;
    display: none;
}

.entry-content .fedvvfvol-icon-text-card.has-link a.fedvvfvol-icon-text-link::after {
    content: none;
    display: none;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-link-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-link-arrow {
    position: relative;
    z-index: 2;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
}

.fedvvfvol-icon-text-link:hover {
    color: var(--red, #b0141d);
    text-decoration-thickness: 0.12em;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-link:hover,
.fedvvfvol-icon-text-card .fedvvfvol-icon-text-link:focus-visible {
    color: #fff;
    background: var(--red-dark, #870d15);
}

.fedvvfvol-icon-text-link:focus-visible {
    outline: 3px solid var(--focus, #f4c430);
    outline-offset: 3px;
}

.fedvvfvol-icon-text-card .fedvvfvol-icon-text-link:focus-visible {
    outline: 0;
}

@container (max-width: 250px) {
    .fedvvfvol-icon-text-right .fedvvfvol-icon-text-layout {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .fedvvfvol-icon-text-right .fedvvfvol-icon-text-layout {
        grid-template-columns: minmax(0, 1fr) 2.75rem;
        gap: 0.75rem;
    }

    .fedvvfvol-icon-text-right .fedvvfvol-icon-text-layout .fedvvfvol-icon-text-icon {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 2.25rem;
    }

    .fedvvfvol-icon-text-card {
        padding: 1.1rem;
    }
}
