/* css/charter-enquiry.css – RENAMED & DEDUPLICATED */
/* Uses .plain-content as base – NO .Charter */

/* Page Title – same color, but different bottom margin */
.plain-content h1.font32 {
    margin-bottom: 16px;
    color: #0169AF;
    font-family: 'Inter-Bold';
}

/* Intro Text – larger font18 with custom color */
.plain-content p.font18 {
    margin-bottom: 32px;
    color: #054F99;
    line-height: 1.7;
    font-family: 'Inter-Medium';
}

.plain-content .intro-text {
    margin-bottom: 32px;
    color: #054F99;
    line-height: 1.7;
    font-family: 'Inter-Medium';
    text-align: center !important;
    font-style: italic;
}

/* Body Text – same line-height & font-family */
.plain-content table {
    line-height: 1.7;
    font-family: 'Inter-Medium';
}

/* Table Container */
.plain-content .table-wrapper {
    margin-bottom: 56px;
    overflow-x: auto;
}

/* Table Styling – fully unique */
.plain-content table {
    width: 100%;
    min-width: 400px;
    border-collapse: collapse;
}

.plain-content table th {
    padding: 16px;
    text-align: left;
    color: #0169AF;
    font-family: 'Inter-Bold';
    background: #F8FBFF;
    border-bottom: 2px solid #0169AF;
}

.plain-content table td {
    padding: 16px;
    vertical-align: top;
    border-bottom: 1px solid #E5E5E5;
    font-family: 'Inter-Medium';
}

.plain-content table tr:last-child td {
    border-bottom: none;
}

/* New Ferry & VIP Notes */
.plain-content .font12 {
    color: #666;
    font-style: italic;
    font-family: 'Inter-Medium';
}

.plain-content .cta .font18 {
    color: white; 
}

.available-schedule {
    margin:12px 0 0 !important;
    font-size:14px !important;
    opacity:0.9 o !important;
}