/**
 * Public styles for the Next Event Date plugin
 */

.bflow-standplan-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4a667e;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.bflow-standplan-button:hover {
    background-color: #384f63;
    color: #ffffff;
    text-decoration: none;
}

.bflow-standplan-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(74, 102, 126, 0.5);
}