

.tarot-def-card {
    overflow: hidden;
}

.tarot-def-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.tarot-def-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.tarot-def-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tarot-def-body {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 24px;
}

.tarot-def-media {
    width: 240px;
}

.tarot-def-thumb {
    width: 240px;
    height: 360px;
    border-radius: 14px;
    object-fit: cover;
    border: 1px solid var(--border-color);
    display: block;
    background: var(--black-200);
}

.tarot-def-thumb--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.tarot-def-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.tarot-def-cardname {
    font-weight: 700;
    line-height: 1.15;
}

.tarot-def-card-desc {
}

.tarot-def-summary .summary-title {
    font-weight: 700;
    line-height: 1.15;
}

.tarot-def-details {
    margin-top: 16px;
}

.tarot-def-summary {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
}

.tarot-def-summary::-webkit-details-marker {
    display: none;
}

.tarot-def-meaning {
    line-height: 1.55;
    color: var(--black-700);
    white-space: pre-wrap;
}

/* если у тебя нет варианта “danger” */
.chip.danger {
    border-color: var(--black-450);
    background: var(--black-1000);
    color: var(--bg);
}

.tag.ghost {
    opacity: .7;
}
