/*
Theme Name: Sierra
Theme URI: https://www.sierra.keydesign.xyz/
Author: Key-Design
Author URI: https://themeforest.net/user/key-design
Description: Sierra's sleek design and versatile layouts are tailor-made for digital startups and SaaS businesses.
Version: 1.2
Text Domain: sierra
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Note: The main CSS file is loaded from assets/css/ folder. */


html {
    scroll-behavior: auto;
}

.content-part-area table {
    margin: 20px 0;
}

.content-part-area dl {
    font-size: 18px;
    margin: 20px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #ffffff;
}

.content-part-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    color: #000;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.content-part-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #121212;
    background-color: #fff;
}


/*BM-SYLING-CSS-START*/

.dw-toplist-nb__offer:first-of-type {
    border: 2px dashed #53369F;
    background: linear-gradient(90deg, #6d597a 0%, #b56576 100%);
}

.dw-toplist-nb__offer:first-of-type .dw-toplist-nb__offer-title, .dw-toplist-nb__offer:first-of-type .dw-toplist-nb__offer-title p {
    color: #fff;
}

.dw-toplist-nb__offer-key-feature {
    color: #fff;
}

.dw-toplist-nb__offer {
    background: linear-gradient(90deg, #6d597a 0%, #b56576 100%);
}

.dw-toplist-nb__offer-title, .dw-toplist-nb__offer-title p {
    color: #fff;
}

/*BM-SYLING-CSS-END*/