@charset "utf-8";
/* CSS Document */

.article-details .article-author-information {
    display: none;
}

.product-details-accordion .sppb-panel-group .sppb-panel-info .sppb-panel-heading .sppb-panel-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: var(--sppb-text-primary);
}

/* specifications */

/* Container styling */
    .spec-list {
        max-width: 100%;
        background: #fff;
        padding: 0px;
    }

    /* Remove default margins */
    dl {
        margin: 0;
    }

    /* Each term (item) */
    dt {
    font-weight: bold;
    color: #333;
    float: left;
    clear: left;
    width: 50%;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-right: 0px;
}

    /* Each definition (value) */
    dd {
        margin: 0;
        padding: 8px 0;
        color: #555;
        width: 50%;
        float: left;
    }

    /* Clear floats after each pair */
    dl::after {
        content: "";
        display: block;
        clear: both;
    }

    /* Optional: zebra striping */
    dt:nth-of-type(odd),
    dd:nth-of-type(odd) {
        background-color: #f3f3f3;
    }

.price {
    font-family: "Radio Canada Big", Arial, sans-serif;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
	color: var(--sppb-text-primary);
}

.head {
    font-family: "Radio Canada Big", Arial, sans-serif;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    color: #555;
}

.article-details .article-full-image img {
    display: none;
}

/* Container for LE listing button group */
    .le-button-group {
    display: flex;              /* Arrange buttons horizontally */
    gap: 10px;                  /* Space between buttons */
    flex-wrap: wrap;            /* Allow wrapping on small screens */
    justify-content: flex-start;/* Align buttons to the left */
    padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 10px;
    margin-left: 0px;
    }

    /* Base button style */
    .le-button-group button {
    padding: 3px 16px;
    border: 2;
    border-radius: 20px;
    color: var(--sppb-text-primary);
    font-size: 15px;
    cursor: pointer;
    font-family: "Radio Canada Big", Arial, sans-serif;
    font-weight: 400;
    transition: background-color 0.3s ease;
    cursor: not-allowed;
    pointer-events: none; /* Prevents clicks */
    text-decoration: none;
}

    /* Different button colors */
    .le-btn-red { background-color: transparent;
     border: 2px solid #FB2729;
}

    .le-btn-blue { background-color: transparent;
    border: 2px solid #33bee8;
 }

    /* Hover effect */
    .le-button-group button:hover {
        opacity: 1.0;
    }

/* End LE listing button group */

.le-title {
    font-family: "Radio Canada Big", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: var(--sppb-text-primary);
    padding-top: 10px;
}

#sp-footer, #sp-bottom {
    background: #002B45 !important;
}

@media (max-width: 576px) {
    .logo-image-phone {
        height: 50px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 992px) {
    .logo-image-phone {
        height: 50px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}


@media (max-width: 991px) {
    #sp-header>.container .container-inner>.row>div {
        flex: none;
    }
}

}
.pagenavigation .pagination .previous {
    float: left;
    color: #ffffff;
    background-color: #33bee8;
    border-color: #33bee8;
}


.pagenavigation .pagination .next {
    float: right;
    color: #ffffff;
    background-color: #33bee8;
    border-color: #33bee8;
    border-radius: 50px;
    margin-right: 50px;
}

.pagenavigation .pagination a {
    padding: 5px 15px;
    color: #ffffff;
    background-color: #33bee8;
    border-color: #33bee8;
    border-radius: 50px;
    margin-left: 50px;
}

.icon-chevron-left:before {
    content: "";
}

.icon-chevron-right:before {
    content: "";
}

.article-details .article-ratings-social-share {
    visibility: hidden;
}

.view-article #sp-main-body {
    padding: 0px;
    margin-top: -80px;
}

.status-badge {
    display: inline-block;
    background-color: #cce2ec;
    color: #002b45;
    font-weight: bold;
    line-height: 1;
    padding: 0.35rem 0.55rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-right: 5px;
  }
