@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url("mobile_menu.css");
@import url("info_menu.css");
@import url("info_menu_v2.css");
@import url("login_registration.css");
@import url("products.css");
@import url("product-info.css");
@import url("global_search.css");
@import url("news.css");
@import url("mobile_search.css");

html,
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

:after,
:before,
* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

.container {
    max-width: 1505px
}

.btn-primary {
    background-color: #cea166;
    border-color: #cea166;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #a27b3f !important;
    border-color: #a27b3f !important;
}

.btn-primary-2 {
    background-color: #c6842e;
    border-color: #c6842e;
    color: #fff;
}

.btn-primary-2:hover,
.btn-primary-2:focus,
.btn-primary-2:active {
    background-color: #a27b3f !important;
    border-color: #a27b3f !important;
}

.btn-outline-primary {
    border-color: #cea166;
    color: #a27b3f;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #a27b3f !important;
    border-color: #a27b3f !important;
}

.text-discicons {
    color: #a27b3f !important;
}

.border-discicons {
    border-color: #a27b3f !important;
}

.btn-link {
    color: #020202;
    text-decoration: none;
}

.btn-link:hover {
    color: #cea166;
    text-decoration: underline;
}

.form-control,
.form-select {
    border-color: #020202;
}

.form-control::placeholder {
    color: rgba(2, 2, 2, .6);
}

.form-control:focus,
.form-check-input:focus,
.form-select:focus {
    border-color: #cea166;
    box-shadow: 0 0 0 .25rem rgba(206, 161, 102, .25);
}

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

.input-group-text {
    border-color: #020202;
}

.text-primary {
    color: #cea166 !important;
}

.alert-info {
    background-color: #f1dec6;
    border-color: #cea166;
    color: #000;
}

header {
    background-color: #000;
    padding-top: 0;
    padding-left: 8px;
}

header .navbar {
    background-color: transparent;
    min-height: 91px;
}

header .navbar-brand {
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

header .navbar-brand .logo-top {
    display: block;
    width: auto;
    height: 47px;
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header ul li {
    display: inline-block;
    color: #fff;
    padding: 0;
    margin-right: 15px;
    font-size: 14px;
}

header ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

header ul li:hover a,
header ul li:hover span {
    color: #cea166;
}

header ul.profile-and-cart-menu,
header ul.languages-menu,
header ul.social-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}

header ul.start-menu li,
header ul.start-menu li a {
    font-weight: bold;
}

header ul.social-menu {
    margin-right: 0;
}

header ul.languages-menu li img {
    height: 14px;
    margin-bottom: 1px;
}

header ul.languages-menu li .active img {
    border: 1px solid #cea166;
}

header .navbar-search {
    width: 100%;
    max-width: 480px;
}

header .navbar-search .input-group-text {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

header .navbar-search .input-group .form-control {
    border: 0;
    border-radius: 0;
}

#info-desktop-trigger:hover {
    cursor: pointer;
}

main.page-bg {
    background: #d9c19f url("../images/gold_sample_layer.png");
}

main.page-bg .container > h1 {
    font-weight: 700;
    font-size: 25px;
}

footer {
    width: 100%;
    color: #fff;
    font-size: 14px;
}

footer .footer-top {
    width: 100%;
    background-color: #000;
    padding: 50px 0;
}

footer .footer-top .footer-top-content .footer-menu-content {
    width: 100%;
    padding-left: 70px;
}

footer .footer-top .footer-top-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-top .footer-top-content .footer-menu li,
footer .footer-top .footer-top-content .footer-social-menu li {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #fff;
}

footer .footer-top .footer-top-content .footer-menu li:last-child,
footer .footer-top .footer-top-content .footer-social-menu li:last-child {
    margin-right: 0;
}

footer .footer-top .footer-top-content .footer-menu li a,
footer .footer-top .footer-top-content .footer-social-menu li a {
    display: inline-block;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #fff;
}


footer .footer-bottom {
    width: 100%;
    background-color: #222222;
}

footer .footer-bottom .footer-bottom-content {
    min-height: 80px;
    padding: 15px 0;
}

footer .footer-bottom .footer-bottom-content .copy-txt {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #898989;
}

footer .footer-bottom .footer-bottom-content .dev-by,
footer .footer-bottom .footer-bottom-content .dev-by a {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #898989;
}

.header-img {
    position: relative;
    border-top: 3px solid #fff;
    min-height: 600px;
}

.header-img > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top center;
}

.header-img .header-img-overlay {
    width: 44%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.header-img-text-overlay .title {
    line-height: 48px;
    margin-bottom: 25px;
}

.header-img-text-overlay .title p,
.header-img-text-overlay .title h1 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.header-img-text-overlay .title h1 {
    font-size: 90px;
}

.header-img-text-overlay .description {
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.header-img-text-overlay .description p {
    padding: 0;
    margin: 0;
}

.header-img-text-overlay .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    padding-top: 15px;
}

.header-img-text-overlay .buttons .btn {
    flex: 1 1 auto;
    min-width: max-content;
    white-space: nowrap;
    border-radius: 0;
    border: 1px solid #fff !important;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    padding-bottom: 2px;
}

.header-img-text-overlay .buttons .btn .sell-icon,
.header-img-text-overlay .buttons .btn .buy-icon,
.header-img-text-overlay .buttons .btn .help-icon {
    height: 20px;
}

header #mobile-menu {
    display: none !important;
}

.newsletter-home {
    width: 100%;
    background: #000 url("../images/newsletter_bg.png") no-repeat left center;
    background-size: cover;
    min-height: 366px;
    padding: 45px 0;
    margin: 10px 0;
}

.newsletter-home .newsletter-title h1 {
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.newsletter-home .newsletter-title p {
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.newsletter-home .newsletter-form label {
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

.newsletter-home .newsletter-form .newsletter-desc {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 12px;
}

.bestseller-list {
    padding: 75px 0;
}

.bestseller-list .title {
    text-align: center;
    margin-bottom: 40px;
}

.bestseller-list .title .head {
    padding: 0;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.bestseller-list .title .pseudo-line-text {
    text-align: center;
    margin: 10px 0;
    position: relative;
    font-family: sans-serif;
    color: #333;
}

.bestseller-list .title .pseudo-line-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}

.bestseller-list .title .pseudo-line-text span {
    margin: 0;
    background-color: white;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.bestseller-list .more-products {
    display: inline-block;
    border-radius: 0;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 55px 5px 55px;
    letter-spacing: 1px;
}

.bestseller-list .carousel-indicators {
    margin-bottom: -3rem;
}

.bestseller-list .carousel-indicators [data-bs-target] {
    border: 1px solid #a27b3f;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.bestseller-list .carousel-indicators [data-bs-target]:last-child {
    margin-right: 0;
}

.bestseller-list .carousel-indicators .active {
    background-color: #a27b3f;
}

.bestseller-list .carousel-inner {
    overflow: visible;
    padding-bottom: 0.5rem;
}

.product-card {
    border: 1px solid #cccccc;
    border-radius: var(--bs-border-radius);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card .card-img-link {
    display: block;
    overflow: hidden;
}

.product-card .card-img-top {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
}

.product-card .card-img-link:hover .card-img-top {
    transform: scale(1.08);
}

.product-card .card-title {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.4em;
}

.product-card .card-price {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #000;
}

.product-card .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-card .card-body hr {
    margin: 10px 0;
}

.product-card .card-body .card-product-info-list {
    flex-grow: 1;
}

.product-card .card-body .card-product-info {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.product-card .card-body .card-product-info p:first-child {
    font-weight: bold;
}

.product-card .add-cart {
    letter-spacing: 1px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 15px 1px 15px;
    border-radius: 0;
}

.product-card .more-info {
    background-color: #fff;
    letter-spacing: 1px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #cea166;
    padding: 4px 15px 1px 15px;
    border-color: #cea166;
    border-radius: 0;
}

.product-card .more-info:hover {
    background-color: #cea166;
    color: #fff;
}

.options-list {
    padding: 60px 0;
    background: #e0c8a5 url("../images/gold_sample_layer.png");
    ;
}

.options-list .title {
    text-align: center;
    margin-bottom: 40px;
}

.options-list .title .head {
    padding: 0;
    margin: 0;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
    color: #000;
}

.options-list .option-card {
    border: 0;
    border-radius: 0;
    background-color: #ecdec9;
}

.options-list .option-card .card-img-wrapper {
    overflow: hidden;
}

.options-list .option-card .card-img-top {
    border: 0;
    border-radius: 0;
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease;
}

.options-list .option-card:hover .card-img-top {
    transform: scale(1.08);
}

.options-list .option-card .card-title {
    font-family: "Raleway", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e6d3b7;
    padding: 12px 0;
    margin-bottom: 0;
}

.options-list .option-card .card-title .head {
    margin: 0;
    padding: 0;
}

.options-list .option-card .card-body {
    padding: 0 14px 0 14px;
}

.options-list .option-card .option-btn {
    color: #000;
    font-size: 16px;
}

.options-list .option-card .option-btn:hover {
    color: #a27b3f;
}

.how-to-start {
    padding: 60px 0;
    background: #d9c19f url("../images/section_bg.png") no-repeat center center;
    background-size: cover;
}

.how-to-start figure img.image {
    max-width: 100%;
    height: auto;
}

.how-to-start .text-content .content {
    line-height: 28px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    max-height: 168px;
    overflow: hidden;
}

.how-to-start .text-content .content-ellipsis {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
}

.how-to-start .text-content .title {
    text-align: left;
    margin-bottom: 25px;
}

.how-to-start .text-content .title .head {
    padding: 0;
    margin: 0;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
}

.main-banner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: url("../images/bg.svg") no-repeat center center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
}

.main-banner.small-banner {
    min-height: 100px;
}

.profile-header-user {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #c9a86a;
    margin-bottom: 8px;
    opacity: 0.9;
}

.profile-header-user i {
    font-size: 16px;
}

.main-banner h1 {
    margin: 0;
    font-family: "Bebas Neue", cursive;
    font-weight: 600;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .nav-tabs .nav-link {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #cea166;
}

.main-banner .nav-tabs .nav-link.active {
    color: #000;
}

.breadcrumb {
    margin-top: 5px;
    margin-bottom: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #cea166;
}

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

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

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

.content-article h1,
.content-article h2,
.content-article h3,
.content-article h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.25rem !important;
    color: #000;
}

.content-article p,
.content-article ul li,
.content-article ol li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    color: #000;
}

.info-search-group {
    max-width: 300px;
}

.info-search-group .input-group-text {
    border-color: #020202;
}

.shipping-method.card-focus {
    background-color: #fffcf9;
    border-color: #cea166;
}

.card-text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Custom Tooltip Styles */
.tooltip .tooltip-inner {
    background-color: #ffffff;
    color: #020202;
    border: 1px solid #cea166;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    padding: 6px 12px;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ffffff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #ffffff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::after {
    border-bottom-color: #ffffff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ffffff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::after {
    border-top-color: #ffffff !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #ffffff !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::after {
    border-left-color: #ffffff !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #ffffff !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::after {
    border-right-color: #ffffff !important;
}

/* Profile tab dropdown styles */
.nav-tabs .nav-item.dropdown .nav-link.dropdown-toggle {
    color: #fff;
}

.nav-tabs .nav-item.dropdown .nav-link.dropdown-toggle:hover,
.nav-tabs .nav-item.dropdown .nav-link.dropdown-toggle:focus {
    color: #fff;
}

.nav-tabs .nav-item.dropdown .nav-link.dropdown-toggle.active {
    color: #000;
    font-weight: 600;
}

/* Profile tab standalone (non-dropdown) link styles */
.nav-tabs .nav-item:not(.dropdown) .nav-link {
    color: #fff;
}

.nav-tabs .nav-item:not(.dropdown) .nav-link:hover,
.nav-tabs .nav-item:not(.dropdown) .nav-link:focus {
    color: #fff;
}

.nav-tabs .nav-item:not(.dropdown) .nav-link.active {
    color: #000;
    font-weight: 600;
}

.nav-tabs .nav-item.dropdown .dropdown-menu {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: -2px !important;
}

.nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #f8f9fa;
    color: #000;
}

.nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background-color: #000;
    color: #fff;
}

.info-header-container h2,
.info-header-container h1 {
    font-size: 25px;
    font-weight: 700;
}

.info-card-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.news-detail-image {
    display: block;
    width: 100%;
    height: auto;
}

/* Cart - Seller name in card header */
.cart-seller-name {
    color: #c6842e;
    font-weight: bold;
}

.cart-seller-name:hover,
.cart-seller-name:focus {
    color: #c6842e;
}

/* Cart - Unavailable item styling */
.cart-item-unavailable {
    background-color: #fff5f5;
}

.cart-item-unavailable td {
    opacity: 0.6;
}

.cart-item-unavailable td.cart-item-actions {
    opacity: 1;
}

.cart-item-unavailable-badge {
    display: inline-block;
    background-color: #dc3545;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-left: 8px;
}

.cart-unavailable-warning {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #856404;
}

.cart-unavailable-warning i {
    margin-right: 6px;
}

#global-search-input.form-control:focus {
    box-shadow: none !important;
    border-color: #020202 !important;
}


/* Profile messages — reply context */
.message-body-text {
    white-space: pre-wrap;
}

.reply-context-preview {
    background-color: #f8f9fa;
    border-left: 3px solid #0d6efd;
    padding: 4px 8px;
    margin-bottom: 6px;
    border-radius: 3px;
    color: #555;
}

.reply-context-preview i {
    color: #0d6efd;
    margin-right: 4px;
}

.reply-context-card {
    background-color: #f8f9fa;
    border-left: 3px solid #0d6efd;
}

.reply-context-original {
    white-space: pre-wrap;
    color: #555;
    font-size: 0.9em;
    margin-bottom: 0;
}

/* Profile messages — conversation list */
.conversation-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
}

.conversation-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 12px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.15s ease;
}

.conversation-item:hover {
    background-color: #f8f9fa;
    color: inherit;
}

.conversation-item--unread {
    background-color: #f5f9ff;
}

.conversation-item--unread:hover {
    background-color: #eaf2ff;
}

.conversation-item__indicator {
    width: 14px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.conversation-item__unread-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0d6efd;
    display: inline-block;
}

.conversation-item__main {
    flex: 1;
    min-width: 0;
}

.conversation-item__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.conversation-item__name {
    font-weight: 600;
    color: #020202;
}

.conversation-item--unread .conversation-item__name {
    font-weight: 700;
}

.conversation-item__direction,
.conversation-item__count,
.conversation-item__new {
    font-size: 0.72rem;
    font-weight: 500;
}

.conversation-item__preview {
    color: #555;
    font-size: 0.92em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversation-item__order {
    color: #777;
    font-size: 0.82em;
    margin-top: 3px;
}

.conversation-item__meta {
    flex-shrink: 0;
    text-align: right;
    color: #777;
    font-size: 0.82em;
    padding-top: 2px;
}

@media (max-width: 576px) {
    .conversation-item__preview {
        white-space: normal;
    }
}

/* Profile messages — thread detail */
.message-thread__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.message-thread {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.message-bubble {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    word-break: break-word;
}

.message-bubble--theirs {
    align-self: flex-start;
    background-color: #f8f9fa;
    border-top-left-radius: 2px;
}

.message-bubble--mine {
    align-self: flex-end;
    background-color: #fff3d9;
    border-top-right-radius: 2px;
}

.message-bubble__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    font-size: 0.85em;
    margin-bottom: 6px;
}

.message-bubble__header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.message-bubble__delete-form {
    display: inline-block;
    margin: 0;
}

.message-bubble__delete-btn {
    background: transparent;
    border: none;
    padding: 0;
    color: #a33;
    cursor: pointer;
    font-size: 0.95em;
    line-height: 1;
    opacity: 0.65;
    transition: opacity 0.15s ease;
}

.message-bubble__delete-btn:hover {
    opacity: 1;
}

.message-bubble--deleted .message-bubble__body {
    color: #999;
}

.message-bubble__deleted-label {
    font-style: italic;
    color: #999;
}

.message-bubble__sender {
    font-weight: 600;
    color: #020202;
}

.message-bubble__username {
    font-weight: 400;
    color: #777;
}

.message-bubble__time {
    color: #888;
    font-size: 0.85em;
    white-space: nowrap;
}

.message-bubble__body {
    color: #222;
    white-space: pre-wrap;
    line-height: 1.45;
}

.message-thread__reply-form {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

@media (max-width: 576px) {
    .message-bubble {
        max-width: 95%;
    }
}

.forum-header h2 {
    font-size: 25px;
    font-weight: 700;
}

.forum-topic-title h1 {
    font-size: 28px;
    font-weight: 600;
}

/* Hirdetésfeladás "Formátum és műfaj" lépés: a súgószövegek egyforma magasak
   md+ nézetben, hogy a jelölőnégyzet-dobozok teteje egy vonalban kezdődjön,
   függetlenül a súgószöveg hosszától (pl. hosszabb "Műfajok" súgó). */
@media (min-width: 768px) {
    .listing-field-help {
        min-height: 4rem;
    }
}

/* Hirdetésfeladás jelölőnégyzet-dobozok: görgethető terület, mindig látható
   scrollbar (macOS overlay-scrollbar felülírása, hogy ne csak hoverre jelenjen meg). */
.listing-scroll-box {
    max-height: 300px;
    overflow-y: auto;
}

.listing-scroll-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

.listing-scroll-box::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.listing-scroll-box::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}

.listing-scroll-box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.55);
}

/* Hirdetés-űrlap: szállítási irányelv választó kártyák */
.shipping-policy-card {
    cursor: pointer;
    margin-bottom: 0;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.shipping-policy-card:hover {
    border-color: #cea166;
}

.shipping-policy-card:has(.form-check-input:checked) {
    border-color: #cea166;
    box-shadow: 0 0 0 1px #cea166;
}

/* Info menu content images — zoomable cursor hint */
.content-body img:not(.no-zoom) {
    cursor: zoom-in;
}