/* Ticker tape styling */
.hedgerow-ticker {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 8px 0;
    text-align: center;
    background: #f9f9f9; /* light background for visibility */
}

.hedgerow-ticker span {
    display: inline-block;
    padding-left: 100%;
    animation: hedgerow-ticker 26s linear infinite;
}

@keyframes hedgerow-ticker {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-220%); }
}

/* Optional button styling (delete if you don’t want a button) */
.button-container {
    margin-top: 15px;
    text-align: center;
}

.front-page-button {
    display: inline-block;
    background-color: #5a9bd4;
    color: white;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.front-page-button:hover {
    background-color: #4981b3;
}
.hedgerow-ticker {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    animation: hedgerow-ticker 26s linear infinite;
    padding: 8px 0;
    text-align: center;
    background: #f9f9f9;
}

.hedgerow-ticker span {
    display: inline-block;
    padding-left: 100%;
}
/* Ticker tape styling */
.hedgerow-ticker {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    animation: hedgerow-ticker 26s linear infinite;
    padding: 8px 0;
    text-align: center;
    background: #f9f9f9; /* light background for visibility */
}

/* Button styling */
.button-container {
    margin-top: 15px;
    text-align: center;
}

.front-page-button {
    display: inline-block;
    background-color: #5a9bd4;
    color: white;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.front-page-button:hover {
    background-color: #4981b3;
}