.nb4-wac-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}

.nb4-wac-card__media {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: rgba(0, 0, 0, .04);
}

.nb4-wac-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nb4-wac-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .08));
}

.nb4-wac-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.nb4-wac-card__title {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.25;
}

.nb4-wac-card__title a {
    color: inherit;
    text-decoration: none;
}

.nb4-wac-card__description,
.nb4-wac-card__meta {
    margin: 0;
    line-height: 1.5;
}

.nb4-wac-card__meta {
    opacity: .72;
    font-size: .875rem;
}

.nb4-wac-card__price {
    font-size: 1.15rem;
    font-weight: 700;
}

.nb4-wac-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 12px 16px;
    border-radius: 8px;
    background: #25d366;
    color: #071a0e;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, opacity .18s ease;
}

.nb4-wac-card__button:hover,
.nb4-wac-card__button:focus-visible {
    color: inherit;
    opacity: .9;
    transform: translateY(-1px);
}

.nb4-wac-empty {
    padding: 24px;
    border: 1px dashed currentColor;
    border-radius: 10px;
    opacity: .7;
}
