@charset "UTF-8";
/* CSS Document */


/* Notice Briefs */

ul.gsc-notice-briefs-list {
    margin-bottom: 0;
    padding-bottom: 0;
}

.gsc-notice-briefs-list {
    list-style-type: none !important; /* Remove default bullets */
    padding-left: 0 !important;
}

.gsc-notice-briefs-list li {
    margin-bottom: 20px;
    padding-left: 2em; /* Add left padding to the list item to make space for the arrow */
    position: relative; /* Create a positioning context for the ::before element */
}

.gsc-notice-briefs-list h4 {
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 0;
    display: inline; /* Make the heading inline */
}

.gsc-notice-briefs-list li::before {
    content: "\35"; /* Replace with the actual arrow code */
    font-family: "ETmodules"; /* Replace with the correct font family */
    display: inline-block; /* Allows setting width and inline alignment */
    width: 1.2em; /* Adjust width as needed */
    text-align: left;
    margin-right: 0.5em;
    font-size: 1.5em;
    position: absolute; /* Take it out of the normal flow for precise positioning */
    left: 0; /* Position it at the beginning of the padding */
    top: 0; /* Adjust vertical alignment as needed */
}

.gsc-post-meta {
    font-size: 0.9em;
    line-height: 1em;
    color: #000000;
    display: block; /* Ensure the date is on its own line below the title */
}
