.pnn-56361f5f-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.pnn-56361f5f-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background-color: #ffffff;
    text-decoration: none !important;
    transition: all 0.3s ease;
    color: inherit;
    min-width: 0;
}
.pnn-56361f5f-card:hover {
    transform: translateY(-2px);
}

/* Default alignments when no specific alignment control overrides are active */
.pnn-56361f5f-card.pnn-56361f5f-prev {
    justify-content: flex-start;
    text-align: left;
}
.pnn-56361f5f-card.pnn-56361f5f-next {
    justify-content: flex-end;
    text-align: right;
}
.pnn-56361f5f-card.pnn-56361f5f-next .pnn-56361f5f-content {
    align-items: flex-end;
}

.pnn-56361f5f-thumbnail-wrapper {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pnn-56361f5f-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pnn-56361f5f-thumbnail-placeholder {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-size: 20px;
    color: #ccc;
}
.pnn-56361f5f-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1;
}
.pnn-56361f5f-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
}
.pnn-56361f5f-title {
    font-weight: 600;
    font-size: 15px;
    color: #111111;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pnn-56361f5f-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pnn-56361f5f-icon i {
    font-size: 16px;
}
.pnn-56361f5f-icon svg {
    width: 1.2em;
    height: 1.2em;
    fill: currentColor;
}

/* Stacked Layout Settings - Defaulting to Full Width columns */
.pnn-56361f5f-layout-column .pnn-56361f5f-container {
    flex-direction: column;
}
.pnn-56361f5f-layout-column .pnn-56361f5f-card {
    width: 100%;
    flex: none;
}

@media (max-width: 768px) {
    .pnn-56361f5f-container {
        flex-direction: column;
    }
}
