/* header-page */
.header-page {
    background-image: url(../../../images/pages/kategori-franchise/header-bg.png);
    padding-top: 150px;
    padding-bottom: 56px;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-page .header-page-content {
    text-align: center;
}

.header-page .header-page-content .heading-2 {
    color: var(--dark);
}

.header-page .header-page-content .custom-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}

.header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-prev-page a,
.header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-divider span,
.header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-current-page span {
    color: var(--dark);
    font-weight: 400;
    font-size: 16px;
}

.header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-prev-page a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}
.header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-prev-page a:hover {
    border-bottom-color: var(--dark);
}
/* header-page - end */

/* content */
.content-page {
    margin-top: 56px;
    margin-bottom: 56px;
}

.copa-filter {
    border-right: 1px solid var(--text);
}

.copa-filter-list {
    margin-bottom: 24px;
}

.copa-filter-list:last-child {
    margin-bottom: 0;
}

.copa-filter-list a {
    color: var(--dark);
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: .5;
    transition: var(--transition);
}

.copa-filter-list a:hover,
.copa-filter-list a.active {
    opacity: 1;
}

.copa-card-container {
    border-radius: 8px;
    border: 2px solid var(--border);
    background: #FAFAFA;
    padding: 4px;
    margin-bottom: 4px;
}

.copa-card-container img {
    width: 100%;
    height: 241px;
    object-fit: cover;
    border-radius: 8px;
}
/* content - end */

@media (max-width: 767.98px) {
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .copa-filter {
        border-right: 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-border {
        border-color: var(--text);
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .content-page {
        margin-top: 32px;
    }
}

@media (min-width: 768px) and (max-width: 997.98px) {

}
