.marketplace-pending-box {
    border-left: 3px solid #f0ad4e;
}

.marketplace-spacer {
    margin-top: 16px;
}

.marketplace-pending-box,
.marketplace-spacer {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.marketplace-pending-box .topiclist,
.marketplace-spacer .topiclist {
    background: transparent !important;
}

.marketplace-pending-box ul.topiclist,
.marketplace-spacer ul.topiclist {
    margin: 0;
}

.marketplace-pending-box ul.topiclist > li.header,
.marketplace-spacer ul.topiclist > li.header {
    background: #171717;
    border: 0;
    border-left: 4px solid rgba(29, 185, 84, 0.9);
    border-radius: 8px 8px 0 0;
    margin: 0;
    overflow: hidden;
}

.marketplace-pending-box ul.topiclist > li.header dt,
.marketplace-spacer ul.topiclist > li.header dt {
    width: 100%;
    margin-right: -440px;
    padding: 0 0 0 20px;
    min-height: 44px;
    box-sizing: border-box;
}

.marketplace-pending-box ul.topiclist > li.header dt .list-inner,
.marketplace-spacer ul.topiclist > li.header dt .list-inner,
.marketplace-pending-box ul.topiclist > li.header dt,
.marketplace-spacer ul.topiclist > li.header dt {
    display: flex;
    align-items: center;
}

.marketplace-pending-box ul.topiclist > li.header dt .list-inner,
.marketplace-spacer ul.topiclist > li.header dt .list-inner {
    min-height: 44px;
    padding: 0 20px;
    margin-right: 440px;
    font-size: 1.02rem;
    font-weight: 700;
    color: #FFFFFF !important;
    text-transform: none;
}

.marketplace-pending-box ul.topiclist > li.header dd,
.marketplace-spacer ul.topiclist > li.header dd {
    min-height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    color: #D7D7D7;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
}

.marketplace-categories-block ul.topiclist > li.header dd.posts,
.marketplace-categories-block ul.topiclist.forums > li.row dd.posts {
    width: 120px;
}

.marketplace-categories-block ul.topiclist li.header dt,
.marketplace-categories-block ul.topiclist.forums dt {
    margin-right: -120px !important;
}

.marketplace-categories-block ul.topiclist li.header dt .list-inner,
.marketplace-categories-block ul.topiclist.forums dt .list-inner {
    margin-right: 120px !important;
}

.marketplace-recent-block ul.topiclist > li.header dd.posts,
.marketplace-recent-block ul.topiclist.topics > li.row dd.posts {
    width: 110px;
}

.marketplace-recent-block ul.topiclist > li.header dd.topics,
.marketplace-recent-block ul.topiclist.topics > li.row dd.topics {
    width: 110px;
}

.marketplace-recent-block ul.topiclist > li.header dd.lastpost,
.marketplace-recent-block ul.topiclist.topics > li.row dd.lastpost {
    width: 220px;
}

.marketplace-pending-box ul.topiclist.topics > li.row,
.marketplace-spacer ul.topiclist.topics > li.row,
.marketplace-spacer ul.topiclist.forums > li.row {
    background: #202020 !important;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.marketplace-pending-box ul.topiclist.topics > li.row:nth-child(odd),
.marketplace-spacer ul.topiclist.topics > li.row:nth-child(odd),
.marketplace-spacer ul.topiclist.forums > li.row:nth-child(odd) {
    background: #202020 !important;
}

.marketplace-pending-box ul.topiclist.topics > li.row:nth-child(even),
.marketplace-spacer ul.topiclist.topics > li.row:nth-child(even),
.marketplace-spacer ul.topiclist.forums > li.row:nth-child(even) {
    background: #262626 !important;
}

.marketplace-pending-box ul.topiclist.topics > li.row + li.row,
.marketplace-spacer ul.topiclist.topics > li.row + li.row,
.marketplace-spacer ul.topiclist.forums > li.row + li.row {
    margin-top: 2px;
}

.marketplace-pending-box ul.topiclist.topics > li.row:last-child,
.marketplace-spacer ul.topiclist.topics > li.row:last-child,
.marketplace-spacer ul.topiclist.forums > li.row:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.marketplace-pending-box ul.topiclist.topics > li.row:hover,
.marketplace-spacer ul.topiclist.topics > li.row:hover,
.marketplace-spacer ul.topiclist.forums > li.row:hover {
    background: #2b2b2b !important;
}

.marketplace-pending-box ul.topiclist.topics > li.row dt,
.marketplace-spacer ul.topiclist.topics > li.row dt,
.marketplace-spacer ul.topiclist.forums > li.row dt {
    width: 100%;
}

.marketplace-pending-box ul.topiclist.topics > li.row dt .list-inner,
.marketplace-spacer ul.topiclist.topics > li.row dt .list-inner,
.marketplace-spacer ul.topiclist.forums > li.row dt .list-inner {
    margin-right: 0;
    padding: 0;
}

.marketplace-thumb-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 86px;
    padding: 14px 18px;
}

.marketplace-thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #181818;
}

.marketplace-thumb img {
    width: 72px;
    height: 72px;
    display: block;
    object-fit: cover;
}

.marketplace-thumb-wrap > div:last-child {
    min-width: 0;
}

.marketplace-badge-new {
    display: inline-block;
    padding: 3px 8px;
    border: 0;
    border-radius: 999px;
    vertical-align: middle;
    font-size: 0.7em;
    font-weight: bold;
    color: #191414;
    background: #1DB954;
}

.marketplace-pending-note {
    font-size: 0.8em;
    color: #b3b3b3;
}

.marketplace-lastpost-actions {
    width: 160px;
    text-align: right;
    white-space: nowrap;
}

.marketplace-lastpost-actions .button {
    margin-left: 4px;
}

.marketplace-pending-box dd.lastpost.marketplace-lastpost-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 16px 0 0;
}

.marketplace-listing-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 28px;
}

.marketplace-listing-media {
    flex: 0 0 auto;
    width: 100%;
    max-width: 420px;
}

.marketplace-listing-image {
    width: 100%;
    max-height: 380px;
    display: block;
    object-fit: contain;
    border: 0;
    border-radius: 12px;
    padding: 10px;
    background: #181818;
}

.marketplace-listing-no-photo {
    width: 100%;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    color: #8d8d8d;
    background: #181818;
}

.marketplace-no-photo-label {
    margin-top: 8px;
    font-size: 0.85em;
}

.marketplace-listing-meta {
    flex: 1 1 240px;
    min-width: 200px;
}

.marketplace-price-box {
    margin-bottom: 10px;
    padding: 16px 18px;
    border: 0;
    border-radius: 12px;
    background: #181818;
}

.marketplace-price-value {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFFFFF;
}

.marketplace-pm-btn {
    display: block;
    margin-bottom: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}

.marketplace-listing-table {
    width: 100%;
    border-collapse: collapse;
}

.marketplace-listing-table th {
    width: 120px;
    color: #B3B3B3;
    font-weight: 700;
}

.marketplace-listing-table td {
    color: #F3F3F3;
}

.marketplace-listing-table th,
.marketplace-listing-table td {
    padding: 10px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.marketplace-description {
    margin-top: 16px;
    padding-top: 12px;
}

.marketplace-description-title {
    margin-bottom: 10px;
    color: #B3B3B3;
    font-size: 0.85em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.marketplace-description-text {
    line-height: 1.7;
    color: #EDEDED;
}

.marketplace-approve-form {
    display: inline;
}

.action-bar .marketplace-approve-form {
    display: inline-block;
    margin: 0;
}

.action-bar .marketplace-approve-form .button {
    vertical-align: top;
}

.marketplace-field-wide {
    width: 95%;
}

.marketplace-field-price {
    width: 120px;
}

.marketplace-existing-image {
    display: block;
    max-width: 150px;
    max-height: 100px;
    margin-bottom: 8px;
    padding: 4px;
    border: 0;
    border-radius: 8px;
    object-fit: contain;
    background: #181818;
}

.marketplace-delete-image-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    cursor: pointer;
}

.marketplace-category-desc {
    margin: -4px 0 12px;
    color: #B3B3B3;
    font-size: 1.02em;
    line-height: 1.45;
}

.topiclist.forums .row .marketplace-cat-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-left: 0;
    margin-left: 0;
    background-image: none;
    min-height: 84px;
    padding: 14px 18px;
}

.topiclist.forums .row .marketplace-cat-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    line-height: 1;
}

.topiclist.forums .row .marketplace-cat-icon .icon {
    margin: 0;
    font-size: 1.08em;
}

.topiclist.forums .row .marketplace-cat-meta {
    min-width: 0;
}

.marketplace-cat-icon-header {
    font-size: 1em;
    vertical-align: middle;
    margin-right: 4px;
    color: inherit;
}

.marketplace-pending-box .list-inner,
.marketplace-spacer .list-inner {
    text-align: left;
}

.marketplace-pending-box .forumdesc,
.marketplace-spacer .forumdesc {
    color: #B3B3B3 !important;
}

.marketplace-pending-box .topictitle,
.marketplace-spacer .topictitle,
.marketplace-spacer .forumtitle {
    color: #FFFFFF !important;
    font-size: 1.12em;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.marketplace-pending-box .topictitle:hover,
.marketplace-spacer .topictitle:hover,
.marketplace-spacer .forumtitle:hover {
    color: #1DB954 !important;
}

.marketplace-pending-box dd.posts,
.marketplace-pending-box dd.topics,
.marketplace-spacer dd.posts,
.marketplace-spacer dd.topics {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    color: #D0D0D0;
    min-height: 86px;
}

.marketplace-pending-box dd.lastpost,
.marketplace-spacer dd.lastpost {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 18px 0 0;
    color: #D0D0D0;
    min-height: 86px;
}

.marketplace-categories-block dd.posts {
    font-size: 1.05em;
    font-weight: 700;
    justify-content: center;
}

.marketplace-categories-block ul.topiclist.forums > li.row dd.posts::before,
.marketplace-categories-block ul.topiclist.forums > li.row dd.topics::before {
    content: none !important;
    display: none !important;
}

.marketplace-categories-block .marketplace-cat-meta .forumdesc {
    margin-top: 4px;
    display: inline-block;
}

.marketplace-recent-block .marketplace-thumb-wrap {
    min-height: 92px;
}

.marketplace-recent-block .marketplace-thumb {
    flex-basis: 74px;
    width: 74px;
    height: 74px;
}

.marketplace-recent-block .marketplace-thumb img {
    width: 74px;
    height: 74px;
}

.marketplace-recent-block dd.posts,
.marketplace-recent-block dd.topics {
    font-size: 1.02em;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.marketplace-recent-block dd.posts::before,
.marketplace-recent-block dd.topics::before {
    display: block;
    margin-bottom: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.1;
    color: #b3b3b3;
}

.marketplace-recent-block dd.posts::before {
    content: "Cena";
}

.marketplace-recent-block dd.topics::before {
    content: "Lokalizacja";
}

.marketplace-recent-block dd.lastpost::before {
    content: "Data dodania";
    display: block;
    margin-bottom: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.1;
    color: #b3b3b3;
}

.marketplace-recent-block ul.topiclist.topics > li.row dd.lastpost {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
}

.marketplace-recent-block dd.lastpost > span {
    line-height: 1.55;
}

.marketplace-pending-box dd.lastpost > span,
.marketplace-spacer dd.lastpost > span {
    display: block;
    line-height: 1.45;
    padding: 0;
}

.marketplace-spacer dd.lastpost > span a,
.marketplace-pending-box dd.lastpost > span a {
    word-break: break-word;
}

.marketplace-listing-table,
.marketplace-listing-table tr,
.marketplace-listing-table th,
.marketplace-listing-table td {
    background: transparent !important;
}

.marketplace-listing-meta .button,
.marketplace-lastpost-actions .button,
.marketplace-approve-form .button {
    border-radius: 999px;
}

.marketplace-listing-page .panel,
.section-marketplace .panel {
    background: #202020;
    border: 0;
    border-radius: 12px;
    padding: 16px 18px;
}

.marketplace-listing-page .corners-top,
.marketplace-listing-page .corners-bottom,
.section-marketplace .corners-top,
.section-marketplace .corners-bottom {
    display: none;
}

.marketplace-listing-page.panel,
.marketplace-form-page.panel,
.marketplace-delete-page.panel {
    background: #202020 !important;
    border: 0 !important;
    border-radius: 12px;
    box-shadow: none !important;
}

.marketplace-listing-page.panel .inner,
.marketplace-form-page.panel .inner,
.marketplace-delete-page.panel .inner {
    padding: 18px 20px;
}

.marketplace-form-page fieldset.fields1 dl {
    margin-bottom: 14px;
}

.marketplace-form-page .helpline {
    display: block;
    margin-top: 8px;
    color: #9f9f9f;
}

.marketplace-delete-page form,
.marketplace-form-page .submit-buttons {
    margin-top: 18px;
}

.marketplace-listing-page .marketplace-price-box {
    background: #181818;
    border-left: 4px solid rgba(29, 185, 84, 0.9);
}

.marketplace-listing-page .marketplace-listing-table th {
    color: #B3B3B3;
    font-size: 0.86em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.marketplace-listing-page .marketplace-description {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 700px) {
    .marketplace-lastpost-actions {
        width: auto;
    }

    .marketplace-thumb {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
    }

    .marketplace-thumb img {
        width: 60px;
        height: 60px;
    }

    .marketplace-pending-box ul.topiclist > li.header dd,
    .marketplace-spacer ul.topiclist > li.header dd {
        display: none;
    }

    .marketplace-thumb-wrap,
    .topiclist.forums .row .marketplace-cat-row {
        min-height: 0;
        padding: 12px 12px 12px 58px;
        gap: 10px;
    }

    .marketplace-pending-box dd.posts,
    .marketplace-pending-box dd.topics,
    .marketplace-spacer dd.posts,
    .marketplace-spacer dd.topics,
    .marketplace-spacer dd.lastpost {
        display: none;
    }

    .marketplace-listing-layout {
        gap: 18px;
    }

    .marketplace-listing-media {
        max-width: none;
    }
}

