/* Mobile & Tablet Reasons Widget Styles */
.seovn-reasons-widget {
    border: 1px dashed #ffe4b8;
    background-color: #fffaed;
    padding: 12px 12px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.seovn-reasons-widget:before,
.seovn-reasons-widget:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 10px 10px;
    pointer-events: none;
}

.seovn-reasons-widget:before {
    top: 0;
    left: 0;
}

.seovn-reasons-widget:after {
    bottom: 0;
    right: 0;
}

.seovn-title {
    color: #e63434;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
}

.seovn-reasons-list {
    margin: 0;
    padding: 0 0 0 15px;
}

.seovn-reasons-list li {
    margin-bottom: 5px;
    color: #333;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    list-style-type: none;
}

.seovn-reasons-list li .dot {
    color: #333;
    margin-right: 5px;
}

.seovn-reasons-list li:last-child {
    margin-bottom: 0;
}

/* Flatsome specific styles */
.theme-flatsome .seovn-mobile-reasons-wrapper {
    margin-top: 15px;
    clear: both;
}