/* CSS styling for sc_meetings.php */

.meetings-container {
    padding: 10px;
}

.meeting-item {
    margin-bottom: 10px;
}

.board-name {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.meeting {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-left: 1px;
}

.pdf-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle; /* Align the icon with the text */
    margin-left: 5px;
    margin-right: 1px; /* Space between icon and text */
}
