﻿.btn-primary-small {
    background: #6B6A66;
    color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background 0.2s;
    padding: 4px 10px !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: none;
  
}


    .btn-primary-small:hover {
        background: #55544F;
    }
