.elementor-9121 .elementor-element.elementor-element-e431df1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-9121 .elementor-element.elementor-element-f9fbb0f{font-size:0.8em;}@media(min-width:768px){.elementor-9121 .elementor-element.elementor-element-e431df1{--content-width:70%;}}/* Start custom CSS for text-editor, class: .elementor-element-f9fbb0f *//* Shared button look */
.grdgc-btn,
.grdgc-print-button {
    background: #eee;
    border: 1px solid #999;
    border-radius: 4px;
    margin: 5px;
    padding: 0.4em 0.6em;
    font-size: 0.9em;
    text-decoration: none;
    line-height: 1.4;
    cursor: pointer;
    color: #000;
}

.grdgc-btn:hover,
.grdgc-print-button:hover {
    background: #ddd;
}

/* Active state for status filter */
.grdgc-btn-status.is-active {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* -------- PRINT LOGIC -------- */
@media print {

    /* Hide the entire page by default */
    body * {
        visibility: hidden !important;
    }

    /* Show ONLY the printable area */
    .grdgc-print-area,
    .grdgc-print-area * {
        visibility: visible !important;
    }

    /* But hide the controls bar in print */
    .grdgc-print-area .grdgc-members-controls {
        display: none !important;
    }

    /* Make sure the print block starts at top-left when printing */
    .grdgc-print-area {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important;
        color: #000 !important;
    }

    /* Optional: make list items print nicely */
    .grdgc-members-list {
        font-size: 14px;
        line-height: 1.4;
        list-style: none;
        padding-left: 0;
    }
    .grdgc-members-list li {
        margin-bottom: 0.4em;
    }
}/* End custom CSS */