﻿.important-notes-fieldset {
    width: 90%;
    padding: 20px;
}

    .important-notes-fieldset legend {
        font-size: 1.5em;
        color: #007bff;
        font-weight: bold;
        padding: 0 10px;
        text-align: center;
    }

/* Notes List Styling */
.important-notes-container {
    margin-top: 15px;
}

.important-notes-list {
    list-style-type: disc; /* Displays standard bullet points */
    padding-left: 20px; /* Adds indentation for bullets */
    font-size: 1.1em;
    line-height: 1.6;
}
/* Legend Styling */
.important-notes-fieldset legend {
    font-size: 1.5em; /* Font size of the legend */
    color: #007bff; /* Text color */
    font-weight: bold; /* Bold text */
    padding: 0 10px; /* Horizontal padding */
    text-align: center; /* Center the legend text */
    display: block; /* Ensure the legend is displayed as a block element */
    margin: 0; /* Remove any default margins */
    margin-bottom: 15px; /* Space below the legend */
}
    .important-notes-list li {
        padding: 5px 0;
        color: #333;
    }

        .important-notes-list li strong {
            color: #007bff;
        }

    /* Links Styling */
    .important-notes-list a {
        color: #007bff;
        text-decoration: none;
    }

        .important-notes-list a:hover {
            text-decoration: underline;
        }



/* Styling the fieldset and legend */
.important-dates {
    font-family: Arial, sans-serif;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    margin: 10px auto;
}

    .important-dates legend {
        font-size: 1.5em;
        color: #007bff;
        font-weight: bold;
        padding: 0 10px;
        border: none;
    }

/* Table styling for the date info */
table {
    width: 100%;
    padding: 10px 0;
    border-spacing: 10px;
}

.date-label {
    color: #333;
    padding: 5px 10px;
    background-color: #e9f4fb;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px
}

.date-value {
    font-weight: bold;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px
}

/* Styling for contact info */
.contact-info {
    font-size: 1em;
    padding: 10px;
    background-color: #e9f4fb;
    border-radius: 4px;
    color: #333;
}

.email-link {
    color: #007bff;
    text-decoration: none;
}

    .email-link:hover {
        text-decoration: underline;
    }
