.lux-sell {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.lux-sell,
.lux-sell *,
.lux-sell *::before,
.lux-sell *::after {
    box-sizing: border-box;
}

.lux-sell-header {
    width: 100%;
    margin: 0 0 34px;
    padding: 0 0 28px;
    border-bottom: 1px solid #e5e5e5;
}

.lux-sell-label {
    display: block;
    margin: 0 0 9px;
    color: #a91822;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
}

.lux-sell-header h1 {
    margin: 0 0 14px;
    padding: 0;
    color: #171717;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.lux-sell-header p {
    max-width: 820px;
    margin: 0;
    color: #606060;
    font-size: 17px;
    line-height: 1.7;
}

.lux-sell-section {
    width: 100%;
    margin: 0;
    padding: 34px 0;
    border-bottom: 1px solid #ececec;
}

.lux-sell-section h2,
.lux-sell-cta h2 {
    margin: 0 0 16px;
    padding: 0;
    color: #1c1c1c;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.25px;
}

.lux-sell p {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    color: #555;
    overflow-wrap: break-word;
}

.lux-sell ul,
.lux-sell ol {
    width: 100%;
    margin: 16px 0 19px;
    padding-left: 22px;
}

.lux-sell li {
    margin: 7px 0;
    padding-left: 3px;
    color: #555;
}

.lux-sell-cta {
    width: 100%;
    margin: 38px 0 0;
    padding: 28px 30px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fafafa;
}

.lux-sell-cta p {
    max-width: 760px;
    margin-bottom: 20px;
}

.lux-sell-button {
    display: inline-block;
    padding: 11px 20px;
    border: 1px solid #a91822;
    border-radius: 5px;
    background: #a91822;
    color: #fff !important;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none !important;
    transition: background-color .2s ease, border-color .2s ease;
}

.lux-sell-button:hover,
.lux-sell-button:focus {
    border-color: #881019;
    background: #881019;
    color: #fff !important;
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
    .lux-sell {
        font-size: 15px;
        line-height: 1.7;
    }

    .lux-sell-header {
        margin-bottom: 24px;
        padding-bottom: 22px;
    }

    .lux-sell-header h1 {
        font-size: 31px;
        line-height: 1.2;
        letter-spacing: -0.3px;
    }

    .lux-sell-header p {
        font-size: 15px;
    }

    .lux-sell-section {
        padding: 28px 0;
    }

    .lux-sell-section h2,
    .lux-sell-cta h2 {
        font-size: 22px;
        line-height: 1.35;
    }

    .lux-sell-cta {
        margin-top: 30px;
        padding: 21px 19px;
    }

    .lux-sell-button {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .lux-sell-header h1 {
        font-size: 28px;
    }

    .lux-sell-section {
        padding: 25px 0;
    }

    .lux-sell-section h2,
    .lux-sell-cta h2 {
        font-size: 21px;
    }
}