.jichica-poster-container {
    container-type: inline-size;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    aspect-ratio: 1 / 1.414;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.jichica-poster-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.jichica-poster-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.jichica-poster-assoc {
    pointer-events: auto;
    position: absolute;
    top: 8.5%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 75%;
    text-align: center;
    background: #ffffff;
    padding: 0.3em 1em;
    border-radius: 999px;
    font-weight: 800;
    font-size: clamp(14px, 4cqw, 24px);
    line-height: 1.3;
    word-break: break-all;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.jichica-poster-fields {
    pointer-events: auto;
    position: absolute;
    bottom: 18.5%;
    left: 31%;
    right: 5%;
    display: flex;
    flex-direction: column;
    gap: 1.8cqw;
}

.jichica-poster-field-row {
    font-weight: 700;
    font-size: clamp(12px, 3.1cqw, 19px);
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jichica-poster-contact {
    pointer-events: auto;
    position: absolute;
    bottom: 3.8%;
    left: 42%;
    font-weight: 700;
    font-size: clamp(11px, 2.8cqw, 17px);
    color: #1e293b;
}
