/* attractions */
.attractions {
    max-width: auto;
    margin: 0 auto;
    padding: 2px;
    line-height: 1.0;
}

/* card */
.attraction-card {
    background: #f7fbff;              /* light airy blue-white */
    border: 2px solid #ffb85c;        /* warm golden frame */
    border-radius: 10px;
    padding: 2px 5px;
    margin-bottom: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    text-align: center;
}

/* title */
.attractions h3 {
    margin: 0 0 8px 0;
    font-size: 1.00rem;
    color: #004a7c;                   /* friendly deep blue */
    font-weight: 600;
}

/* paragraphs */
.attractions p {
    margin: 0 0 10px 0;
}

/* links */
.attractions a {
    color: #0077cc;
    text-decoration: none;
    font-weight: 500;
}

.attractions a:hover {
    text-decoration: underline;
}

/* subtle notes */
.attractions em {
    color: #666;
    font-style: italic;
}
