/*
 Theme Name:   Pelletron
 Theme URI:    https://pelletroncorp.com/
 Description:  
 Author:       MH
 Author URI:   https://makingscience.com/
 Template:     bricks
 Version:      1.1
 Text Domain:  pelletron
*/


.big-bullets ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

.big-bullets ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.big-bullets ul li:after {
    content: "•";
    position: absolute;
    left: 0;
    font-size: 50px;
    color: #333;
    line-height: 1.2;
    display: flex;
    align-items: center;
    height: 100%;
}

.brxe-text ol {
    padding-left: 20px;
    margin-left: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #000;
    vertical-align: middle;
    text-align: left;
}

.table-bordered {
    border: 1px solid #000
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #000
}

.table-striped>thead>tr>th,
.table-striped>tbody>tr>td {
    text-align: center;
    font-weight: bold;
    color: #000;
}

.table-striped>thead>tr>th,
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #801B21;
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) td {
    color: #fff;
}

.rep__table table {
    width: 100%;
}

h3 span {
    font-weight: 400;
}

/*
:where(.brxe-image) .bricks-image-caption {
    background: linear-gradient(0deg, #801B21, #801b216e 100%, transparent);
}
*/

.brxe-image-gallery .bricks-image-caption,
:where(.brxe-image) .bricks-image-caption {
    background: transparent;
    color: white;
    font-size: 85%;
    text-shadow: 2px 3px 8px #000000;
    font-weight: bold;
}

:where(.brxe-image).inverted-caption .bricks-image-caption {
    color: black;
    text-shadow: 2px 3px 8px #fff;
}

:where(.brxe-image).caption-transparent .bricks-image-caption {
    background: transparent;
}

:where(.brxe-form) .message.success .text {
    margin: 0 auto;
    text-align: center;
}

:where(.brxe-form) .message.success .text a {
    text-decoration: underline;
}


@media (max-width: 767px) {

    /* —— 1.  Scrollable container ——————————— */
    .tab-menu {
        display: flex;
        overflow-x: auto;
        /* enable horizontal scroll */
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        /* momentum on mobile */
    }

    /* Hide default scrollbars (optional) */
    .tab-menu::-webkit-scrollbar {
        display: none;
    }

    /* Chrome / Safari */

    .tab-menu {
        scrollbar-width: none;
    }

    /* Firefox */

    /* —— 2.  Individual tab buttons ————————— */
    .tab-title {
        flex: auto 0 auto;
        /* keep natural width, don’t shrink */
        position: relative;
        padding: 0.5rem 0;
        /* vertical breathing room */
        cursor: pointer;
        white-space: nowrap;
        /* keep labels on one line */
        scroll-snap-align: start;
        /* snap beginning of each tab */
        transition: color .25s;
    }



}