/* Styles for the event highlight block */
.sots-event-highlight-block {
    background-color: #f8f4ea; /* Light cream background to match the site */
    border-left: 8px solid #c9a86a; /* Gold accent border */
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    color: #222;
    max-width: 760px;
    margin: 24px auto;
    padding: 24px;
}

/* Style the event title */
.sots-event-highlight-block h3 {
    color: #174b32; /* Dark green brand color */
    margin-top: 0;
    margin-bottom: 14px;
}

.sots-event-details p {
    margin: 6px 0;
}

/* Style the Date and Location labels */
.sots-event-date strong,
.sots-event-location strong {
    color: #174b32;
    font-weight: bold;
}

.sots-event-description {
    line-height: 1.6;
    margin-top: 16px;
}

/* Style the Event Details button */
.sots-event-button {
    background-color: #174b32; /* Dark green button */
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    margin-top: 12px;
    padding: 10px 18px;
    text-decoration: none;
}

.sots-event-button:hover {
    background-color: #c9a86a;
    color: #174b32;
}
