.perks-twin-flex-cards__cell {
    width: 17.5rem;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

@media (min-width: 768px) {
    .perks-twin-flex-cards__cell {
        width: 20rem;
    }
}

@media (min-width: 640px) {
    .perks-twin-flex-cards__cell:hover {
        transform: scale(1.03);
    }
}

.perks-twin-flex-cards__thumb {
    width: 3rem;
    height: 3rem;
}

.perks-twin-flex-cards__decor {
    top: 2rem;
    right: 0;
    width: 4rem;
    height: 4rem;
}

/* Event v29: Vertical Timeline */
.chronicle-timeline-list {
    position: relative;
    padding-left: 0;
}

.chronicle-timeline-line {
    position: absolute;
    left: 0.4rem;
    top: 0;
    bottom: 0;
    width: 2px;
    border-radius: 1px;
    z-index: 0;
}

.chronicle-timeline-tile {
    position: relative;
    z-index: 1;
}

.chronicle-timeline-bead {
    position: absolute;
    left: 0.4rem;
    top: 1.5rem;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
}

/* Декор картки + лапки — позиціонування; розміри іконки/аватара в @sem */
.quote-decor-a {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  transform: translate(4rem, -4rem);
  opacity: 0.5;
}

.quote-decor-b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  transform: translate(-3rem, 3rem);
  opacity: 0.5;
}

.quote-mark {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 4rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  opacity: 0.3;
}

