/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
body .top-container{
    margin-top:0;
    margin-bottom:0;
        padding-top:0;
}
.brand-logo .top-container .top-content {
    padding-top:0;
}
div.number-of-questions {
    margin-top:20px;
}
/* Grant headers for flexbox multi-column. E.g. Vacant homes */
/* Container for the localized column headers in Question Text */
.grant-header-row {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
    border-bottom: 2px solid #ffa500; /* Croí Cónaithe Orange */
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

/* Base flex container for the subquestion rows */
.grant-subquestion-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

/* Left Column: Description text */
.grant-desc {
    font-weight: bold;
    width: 65%;
}

/* Right Column: Maximum Cap text */
.grant-cap {
    color: #b45309; /* Darker orange for clear contrast/readability */
    font-weight: 600;
    width: 35%;
    text-align: right;
    padding-right: 15px;
}

/* Adjustments specifically for the header alignments */
.grant-hdr-desc { width: 48.75%; }
.grant-hdr-cap  { width: 26.25%; text-align: right; }
.grant-hdr-cost { width: 25%; text-align: center; }
