.bpma-btn-container {
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
}

.bpma-btn {
    background: #0073aa;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    transition: background 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    display: inline-block;
}

.bpma-btn:hover {
    background: #005177;
    color: #fff !important;
}
