/* Color system updates - consistent orange (#ff6b47) */
#discussieruimte .list-group-item {
    border-radius: 0.75rem;
    background-color: transparent;
    border-color: transparent;
}

#discussieruimte .list-group-item.active {
    background-color: #fff;
    border-color: transparent;
    color: #212529;
}

#discussieruimte .progress {
    background-color: #c9d8ce;
}

#discussieruimte .progress-bar {
    background-color: #2f6b72;
}

.modal-full {
    max-width: none;
    width: 90vw;
    height: 100%;
    margin: auto;
}

.modal-full .modal-content {
    height: 90vh;
}


/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
    font-size: 0.74rem;
}

span > svg {
    vertical-align: middle;
}

#vergelijkbutton > svg {
    transform: scale(1.5);
}

span.scale-75 > svg {
    transform: scale(0.75);
}

.d-flex > .card {
    width: 100%;
}

#vergelijkmodal.is-active {
    bottom: 1rem !important;
}

.svgicon {
    height: 1.15em;
    padding-right: 0.5em;
    color: inherit;
}

.btn {
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 2em;
    padding: 0.75rem 0.75rem;
}

.border-primary {
    border-color: #ff6b47 !important;
    color: #ff6b47 !important;
    font-weight: bold;
}

button i {
    width: 1em;
}

footer a {
    color: #fff;
}

.progress {
    height: 0.5rem;
    background-color: transparent;;
}

.progress-bar {
    border-radius: 0.25rem;
}

.form-check > .form-check-label > .form-check-input {
    position: relative !important;
}

.expertgrade > span > span.geheel {
    font-size: 2rem;
    line-height: initial;
}

.box {
    border-radius: 6px;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.18);
}

#gebruikerservaringen ul {
    list-style: none;
}

#gebruikerservaringen li.positive:before {
    content: "\f067"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    transform: scale(1.3);
    border-style: solid;
    border-radius: 100%;
    border-color: rgb(37 173 123);
    color: rgb(37 173 123);
    line-height: 0;
    padding-left: 0.25em;
    padding-right: 0.25em;
    padding-top: 0.15em;
    padding-bottom: 0.1em;
    margin-right: 0.5em;

}

#gebruikerservaringen li.negative:before {
    content: "\f068"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    transform: scale(1.3);
    border-style: solid;
    border-radius: 100%;
    border-color: #ff6b47;
    color: #ff6b47;
    line-height: 0;
    padding-left: 0.25em;
    padding-right: 0.25em;
    padding-top: 0.15em;
    padding-bottom: 0.1em;
    margin-right: 0.5em;
}

.custom-tab.active {
    background: transparent !important;
    color: #ff6b47 !important;
    border-bottom: 0.3rem solid #ff6b47 !important;
    border-radius: 0px !important;
    font-weight: bold !important;
}

.scaling-svg-container {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    /* override this inline for aspect ratio other than square */
}

.scaling-svg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.btn.text-dark.px-4.font-weight-bold.btn-outline-secondary > i.fas.fa-angle-down.pl-1 {
    color: #ff6b47;
}

.circle-icon {
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 2em;
    height: 2em;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.625em;
    height: 0.625em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 2.25em 2.25em #ff6b47;
    border-radius: 0.05rem;
}

input[type="checkbox"]:checked::before {
    transform: scale(2.25);
}

.form-control + .form-control {
    margin-top: 1em;
}

#filters *, #sorteren * {
    font-size: 0.9rem;
}

.navbar * {
    font-size: 0.8rem;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 2em;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e6ecf8;
}

.pagination a {
    color: #414141 !important;
    background-color: lightgray;
}

.pagination a.current {
    color: darkred !important;
    background-color: lightblue;
}

.btn.btn-outline-secondary {
    border-color: #d5d5d5;
}

.text-black {
    color: #212529;
}

.btn.btn-outline-primary {
    border-color: #ff6b47 !important;
    color: #ff6b47 !important;
}

.btn.btn-outline-secondary:not(.active):hover {
    border-color: #ff6b47 !important;
    color: #ff6b47 !important;
    background-color: transparent !important;
}

.text-primary {
    color: #ff6b47 !important
}

.text-secondary {
    color: rgb(255, 204, 99) !important;
}

.bg-secondary {
    background-color: rgb(255, 239, 208) !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: #ff6b47;
    border-color: transparent;
}

label.btn {
    border-radius: 0.5rem;
}

.text-wrap {
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff6b47' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0;
    width: 2em;
    height: 2em;
    border-radius: 8px;
}

.btn-primary {
    background-color: #ff6b47;
    color: white !important;
    border: none;
    border-radius: 25px;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: #ff6b47;
}

p a, p a:hover {
    color: #ff6b47;
    font-weight: bold;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #e55a3f;
    border-color: #ff6b47;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 107, 71, 0.25);
}

.bg-yellow {
    background-color: rgb(255, 204, 99);
}

.bg-green, .btn-green {
    background-color: rgb(37 173 123);
}

.badge {
    font-size: 0.7rem;
    font-weight: normal;
    border-radius: 1rem;
    border-style: solid;
    border-width: 1px;
    line-height: inherit;
}

.badge-green {
    background-color: rgb(235, 250, 245);
    color: rgb(37 173 123);
    border-color: rgb(37 173 123);
}

.badge-orange {
    background-color: rgba(255, 107, 71, 0.3);
    color: #ff6b47;
    border-color: #ff6b47;
}

.badge-yellow {
    background-color: rgb(255 247 232);
    color: rgb(230 162 22);
    border-color: rgb(230 162 22);
}

.badge-blue {
    background-color: rgb(227 238 255);
    color: rgb(85 114 147);
    border-color: rgb(85 114 147);
}

.text-green {
    color: rgb(37 173 123);
}

.text-yellow {
    color: rgb(255, 204, 99);
}

.bg-primary {
    background-color: #ff6b47 !important;
}

.btn.active {
    border-color: #ff6b47;
    opacity: 1;
}

.card-img-top {
    object-fit: contain;
    height: 15rem;
}

.table-product-image {
    height: 3rem;

}

.dropdown-menu {
    overflow-y: auto;
    max-height: 20rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.dropdown-menu label {
    white-space: normal;
}

.form-check:nth-child(even) {
    background-color: #eeeeee;
}

.edwh-grid > div:nth-child(n+8):nth-child(-n+15), .edwh-list > div:nth-child(n+8):nth-child(-n+15) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

#tegels .card, #tegels .card-footer {
    border: none;
    background-color: transparent;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1288px) {
    .edwh-messagebus {
        /* !responsive */
        max-width: 1288px;
        margin-left: auto;
        margin-right: auto;
    }
}

.link-unstyled, .link-unstyled:hover, .link-unstyled:active {
    color: inherit;
    text-decoration: inherit;
}

.link-unstyled.with-hover:hover {
    text-decoration: underline;
}

.rating-container {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.rating {
    border: none;
    margin: 0;
    padding: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
    position: relative;
    height: 30px; /* Match the height of the stars */
}

.rating > input {
    display: none;
}

.rating > label {
    float: right;
    display: inline-block;
    width: 1em;
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    line-height: 30px; /* Match the height of the stars */
}

.rating > label:before {
    content: '★';
    position: relative;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input:checked ~ label {
    color: #f5b301;
}

.hidden {
    display: none;
}

.is-active {
    display: block;
}

.demo-banner {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.demo-banner.demo-danger {
    background-color: #f8d7da;
    color: #721c24;
}

.demo-banner.demo-warning {
    background-color: #fff3cd;
    color: #856404;
    margin-top: 1rem;
}

.demo-banner strong {
    font-weight: bold;
}

.disabled-opacity {
    opacity: 0.7;
}

.blurry-text {
    color: transparent;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6),
    0 0 20px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

/* py4web-style overrides for web2py Bootstrap 4 */
:root {
    --edwh-primary: #ff6b47;
    --edwh-primary-hover: #e55a3f;
}

/* Header/Navbar */
.navbar {
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    background-color: white !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

footer.container-fluid {
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.navbar-brand .logo {
    height: 40px !important;
}

.nav-link.font-weight-bold {
    color: #2c3e50 !important;
}

/* Buttons - Match py4web rounded style */
.btn {
    border-radius: 25px !important;
    font-weight: 500 !important;
    padding: 0.5rem 1.5rem !important;
}

.btn-outline-primary {
    color: #ff6b47 !important;
    border-color: #ff6b47 !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover {
    background-color: #ff6b47 !important;
    color: white !important;
}

.btn-primary {
    background-color: #ff6b47 !important;
    border-color: #ff6b47 !important;
    color: white !important;
}

.btn-primary:hover {
    background-color: #e55a3f !important;
    border-color: #e55a3f !important;
}

/* Form Elements */
.form-control {
    border-radius: 8px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.form-control:focus {
    border-color: #ff6b47 !important;
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.1) !important;
}

/* Cards */
.card {
    border-radius: 12px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
}

/* Tables */
.table thead th {
    background-color: #f8f9fa !important;
    border: none !important;
}

/* General typography */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background-color: #f8f9fa !important;
    color: #495057 !important;
}

/* Badges */
.badge {
    border-radius: 1rem !important;
}

/* Focus states */
*:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.15) !important;
}

/* Additional component overrides */
.dropdown-menu {
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
}

.form-control {
    border-radius: 8px !important;
}

.navbar-toggler {
    border-radius: 8px !important;
}

.text-muted {
    color: #6c757d !important;
}

.form-control {
    transition: border-color 0.2s, box-shadow 0.2s;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.25);
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.25);
}

.form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.25);
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.25);
}

.btn {
    transition: all 0.2s ease;
}

.btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(255, 107, 71, 0.1);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(255, 107, 71, 0.1);
}

.list-group-item {
    transition: all 0.2s ease;
}

.list-group-item:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.card {
    transition: all 0.2s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1) !important;
}

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

/*.table th, .table td {*/
/*    border: none;*/
/*}*/

.table thead th {
    border-top: none;
    border-bottom: 2px solid #e9ecef;
}

.table tbody tr:last-child td {
    border-bottom: none;
}

.table tbody tr:hover {
    background-color: #f8f9fa;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #ff6b47;
}

.pagination .page-item.active .page-link {
    background-color: #ff6b47;
    border-color: #ff6b47;
}

.pagination .page-link:hover {
    background-color: #fff;
    border-color: #dee2e6;
    color: #ff6b47;
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.input-group .form-control {
    border-radius: 8px;
}

.input-group .form-control:focus {
    z-index: 3;
}

.dropdown-item {
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #ff6b47;
}

.form-check-input:checked ~ .form-check-label::before {
    background-color: #fff;
    border-color: #ff6b47;
}

.form-check-input:checked {
    background-color: #ff6b47;
    border-color: #ff6b47;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
    border-color: #ff6b47;
}

.custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff6b47' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-select {
    border-radius: 8px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

.custom-select:focus {
    border-color: #ff6b47;
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.1);
}

.alert {
    border-radius: 8px;
}

.alert-primary {
    background-color: rgba(255, 107, 71, 0.1);
    border-color: rgba(255, 107, 71, 0.1);
    color: #ff6b47;
}

.modal-content {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
    padding-top: 0;
}

.breadcrumb {
    border-radius: 8px;
    background-color: #f8f9fa;
    padding: 0.5rem 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6c757d;
}

.progress {
    border-radius: 100px;
    overflow: hidden;
}

.progress-bar {
    border-radius: 100px;
}

.badge {
    padding: 0.5em 0.8em;
}

.badge-pill {
    border-radius: 10rem;
}

.close {
    opacity: 1;
    color: #495057;
    transition: all 0.2s;
}

.close:hover {
    color: #ff6b47;
    transform: scale(1.1);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2rem;
    margin-bottom: 0.9rem;
}

h3 {
    font-size: 1.75rem;
    margin-bottom: 0.8rem;
}

h4 {
    font-size: 1.5rem;
    margin-bottom: 0.7rem;
}

h5 {
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
}

h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

a {
    transition: all 0.2s;
}

a:hover {
    color: #e55a3f;
}

.dropdown-toggle::after {
    margin-left: 0.25em;
    vertical-align: 0.15em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-text {
    color: #6c757d;
    margin-top: 0.25rem;
}

.input-group {
    border-radius: 8px;
    overflow: hidden;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-append > .btn {
    border-radius: 8px 0 0 8px;
}

.input-group > .form-control {
    border-radius: 0 8px 8px 0;
}

.btn-group .btn {
    border-radius: 8px;
}

.btn-group .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.card-header {
    border-bottom: 1px solid #e9ecef;
    background-color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-footer {
    border-top: 1px solid #e9ecef;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.list-group {
    border-radius: 12px;
    overflow: hidden;
}

.list-group-item:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    padding: 0.5rem 1rem;
    color: #495057;
    transition: all 0.2s;
}

.nav-link:hover {
    color: #ff6b47;
    background-color: #f8f9fa;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
}

.nav-pills .nav-link {
    border-radius: 8px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #ff6b47;
}

.pagination {
    border-radius: 8px;
    overflow: hidden;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.page-link {
    color: #495057;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: all 0.2s;
}

.page-link:hover {
    color: #ff6b47;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #ff6b47;
    border-color: #ff6b47;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.breadcrumb {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 0.5rem 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6c757d;
}

.breadcrumb-item.active {
    color: #495057;
}

.breadcrumb-item a {
    color: #ff6b47;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.jumbotron {
    border-radius: 12px;
    padding: 2rem;
    background-color: #f8f9fa;
}

.alert {
    border-radius: 8px;
    padding: 1rem;
}

.alert-heading {
    font-weight: 700;
}

.badge {
    padding: 0.5em 0.8em;
    font-weight: 500;
}

.close {
    font-size: 1.5rem;
    line-height: 1;
    opacity: 1;
}

.modal {
    align-items: center;
}

.modal-dialog {
    margin: 1.75rem auto;
}

.modal-content {
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.075);
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.tooltip {
    border-radius: 8px;
    font-size: 0.875rem;
}

.popover {
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.spinner-border {
    border-radius: 50%;
}

.spinner-grow {
    border-radius: 50%;
}

.htmx-spinner, .htmx-indicator {
    display: none;
}

/* Reusable brand button (matches menu look) */
.btn-brand, .btn-brand-hollow {
    color: #ff6b47;
    border: 2px solid #ff6b47;
    background-color: transparent;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-brand:hover, .btn-brand:focus,
.btn-brand-hollow:hover, .btn-brand-hollow:focus {
    background-color: #ff6b47;
    color: #fff;
    border-color: #ff6b47;
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.15);
}

/* Solid (primary-like) brand button */
.btn-brand-solid {
    color: #fff;
    background-color: #ff6b47;
    border: 2px solid #ff6b47;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-brand-solid:hover,
.btn-brand-solid:focus {
    background-color: #e55a3f;
    border-color: #e55a3f;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.15);
}

/* Disabled state for brand buttons */
.btn-brand-solid:disabled, .btn-brand-solid.disabled,
.btn-brand-hollow:disabled, .btn-brand-hollow.disabled,
.btn-brand:disabled, .btn-brand.disabled {
    opacity: .65;
    pointer-events: none;
    box-shadow: none;
}

/* Custom scrollbar styling for webkit browsers */
.card-body::-webkit-scrollbar {
    width: 6px;
}

.card-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.card-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.card-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Responsive modal adjustments */
@media (max-width: 576px) {
    #vergelijkmodal {
        right: 0.5rem !important;
        left: 0.5rem !important;
        min-width: 35ex !important;
        max-width: none !important;
        width: auto !important;
    }
}

/* Prevent horizontal overflow in modal content */
#vergelijkmodal * {
    box-sizing: border-box;
}

#vergelijkmodal .row {
    margin-left: 0;
    margin-right: 0;
}

#vergelijkmodal .col-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

