/* =============================================
   SOUTH SHORE RECOVERY CLUB - meetings.css
   ============================================= */

.meetings-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(44,44,44,0.07);
}

.meetings-table caption {
    caption-side: top;
    font-family: 'Merriweather', Georgia, serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #1e3a52;
    padding: 0.6rem 0.75rem;
    text-align: left;
    background: #f2ede4;
    border-bottom: 2px solid #c8864a;
}

.meetings-table th {
    background-color: #1e3a52;
    color: #fff;
    padding: 0.6rem 0.75rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.9rem;
}

.meetings-table td {
    border-bottom: 1px solid #e8e0d6;
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
    color: #2c2c2c;
}

.meetings-table tr:nth-child(even) td {
    background-color: #faf7f2;
}

.meetings-table tr:hover td {
    background-color: #f2ede4;
}

.group-legend h3 {
    font-size: 1.1rem;
    color: #2d7b6e;
    margin: 0.5rem 0 0.1rem;
}

.group-legend p {
    margin: 0 0 0.25rem;
    font-size: 0.93rem;
    color: #6b6560;
}
