/* BHGA module-wide styles */
.bhga-module {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

    /* Grid-specific styles */
    .bhga-module .grid {
        border: 1px solid #ddd;
        border-radius: 4px;
        overflow: hidden;
    }

        /* Delete link styles */
        .bhga-module .grid .delete-link {
            color: red;
            text-decoration: none;
        }

            .bhga-module .grid .delete-link:hover {
                text-decoration: underline;
            }

    /* Menu-specific styles */
    .bhga-module .menu {
        background-color: #f8f9fa;
        padding: 10px;
        margin-bottom: 20px;
    }

    /* Page title styling */
    .bhga-module h1 {
        color: #333;
        font-size: 24px;
        margin-bottom: 20px;
    }

.no-border {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding-left: 0;
}