.selection-heart {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #8a1538;
    box-shadow: 0 8px 22px rgba(52, 41, 75, 0.18);
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.selection-heart:hover {
    transform: translateY(-1px) scale(1.03);
}

.selection-heart.is-selected {
    background: #8a1538;
    color: #fff;
}

.recommended-star {
    position: absolute;
    top: 12px;
    right: 58px;
    z-index: 4;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    background: #ebe2ca;
    color: #8a1538;
    box-shadow: 0 8px 22px rgba(52, 41, 75, 0.18);
    font-size: 0.86rem;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.restaurant-selection-heart {
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    box-shadow: 0 8px 18px rgba(52, 41, 75, 0.14);
}

.restaurant-card > .border-l-4:first-of-type {
    padding-right: 3.8rem;
}

.dish-selection-heart {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
}

.trip-selection-launcher {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 999px;
    background: #34294b;
    color: #fff;
    padding: 12px 16px;
    font-weight: 800;
    box-shadow: 0 14px 36px rgba(52, 41, 75, 0.26);
}

.trip-selection-launcher span:last-child {
    display: inline-flex;
    min-width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ebe2ca;
    color: #34294b;
    font-size: 0.76rem;
}

.trip-selection-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    width: min(390px, 100vw);
    height: 100vh;
    background: #fff;
    box-shadow: -18px 0 50px rgba(52, 41, 75, 0.20);
    transform: translateX(105%);
    transition: transform 220ms ease;
}

.trip-selection-panel.is-open {
    transform: translateX(0);
}

.trip-selection-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #eee8ef;
    padding: 22px;
}

.trip-selection-header h2 {
    color: #34294b;
    font-size: 1.28rem;
    font-weight: 900;
}

.trip-selection-header p,
.trip-selection-empty {
    color: #625c65;
    font-size: 0.84rem;
    line-height: 1.45;
}

.trip-selection-close {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3eef3;
    color: #34294b;
}

.trip-selection-list {
    max-height: calc(100vh - 196px);
    overflow-y: auto;
    padding: 14px 22px;
}

.trip-selection-actions {
    display: grid;
    gap: 10px;
    border-top: 1px solid #eee8ef;
    padding: 16px 22px 20px;
}

.trip-selection-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    background: #8a1538;
    color: #fff;
    padding: 11px 14px;
    font-size: 0.86rem;
    font-weight: 800;
}

.trip-selection-download:disabled {
    background: #d8cdd9;
    cursor: not-allowed;
}

.selection-notes-modal {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(52, 41, 75, 0.34);
    padding: 22px;
}

.selection-notes-modal.is-open {
    display: flex;
}

.selection-notes-card {
    width: min(520px, 100%);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(52, 41, 75, 0.24);
    padding: 24px;
}

.selection-notes-card h2 {
    margin: 0 0 6px;
    color: #34294b;
    font-size: 1.35rem;
    font-weight: 900;
}

.selection-notes-card p {
    margin: 0 0 14px;
    color: #625c65;
    font-size: 0.88rem;
    line-height: 1.45;
}

.selection-notes-card textarea {
    min-height: 140px;
    width: 100%;
    resize: vertical;
    border: 1px solid #d8cdd9;
    border-radius: 8px;
    padding: 12px;
    color: #34294b;
    font-size: 0.9rem;
    outline: none;
}

.selection-notes-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.selection-notes-actions button {
    border-radius: 999px;
    padding: 10px 15px;
    font-size: 0.84rem;
    font-weight: 800;
}

.selection-notes-cancel {
    color: #34294b;
    text-decoration: underline;
}

.selection-notes-print {
    background: #8a1538;
    color: #fff;
}

.trip-selection-empty {
    border: 1px dashed #d8cdd9;
    border-radius: 8px;
    padding: 18px;
}

.trip-selection-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #eee8ef;
    padding: 12px 0;
}

.trip-selection-item img {
    width: 58px;
    height: 46px;
    border-radius: 7px;
    object-fit: cover;
}

.trip-selection-item strong {
    display: block;
    color: #34294b;
    font-size: 0.88rem;
    line-height: 1.25;
}

.trip-selection-item span {
    color: #625c65;
    font-size: 0.72rem;
}

.trip-selection-remove {
    color: #8a1538;
}
