.njsba-volunteer-toolkit-container {
    margin: 20px 0;
    text-align: center;
}

.njsba-volunteer-toolkit-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.njsba-volunteer-toolkit-button:hover {
    background-color: #218838;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.njsba-volunteer-toolkit-button:active {
    background-color: #1e7e34;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.njsba-volunteer-toolkit-info {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.njsba-volunteer-toolkit-info span {
    display: inline-block;
    margin: 0 10px;
}

.njsba-volunteer-toolkit-message {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}

.njsba-volunteer-toolkit-message p {
    margin: 8px 0;
    color: #374151;
    font-size: 15px;
}

.njsba-volunteer-toolkit-message a {
    color: #667eea;
    text-decoration: underline;
}