﻿/* ============================================
   AD NATIVE COMPONENT
   ============================================ */
body {
}

.AdvNativeBox {
    width: 95%;
    margin: auto;
    height: 155px;
    background-color: var(--white);
    margin-top: 10px;
    border: 1px solid #C7C7C7;
    border-radius: 8px;
    position: relative;
}

.AdvNativeImage {
    float: right;
}

.AdvNativeImage img {
    width: 144px;
    height: 144px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    border: none;
    border-radius: 5px;
    margin:4px;
}

.Nativebutton {
    background: var(--smoke);
    bottom: 10px;
    left: 10px;
    position: absolute;
    padding: 4px 8px 4px 5px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--violet);
}

.Nativebutton img {
    margin: 0 8px 0 8px;
}

.AdvNativeTextContainer {
    float: right;
    width: 60%;
    margin: auto;
    margin-right: 10px;
}

.AdvNativeTag {
    text-align: right;
    font-weight: 600;
    padding-top: 10px;
    color: var(--space);
    padding-bottom: 15px;
    font-size: 20px;
}

.AdvNativeText {
    text-align: right;
    color: var(--space);
    font-size: 16px;
}

.separatorAdvNative {
    margin: 10px 10px 10px 10px;
    width: 95%;
    height: 1px;
    background-color: #e7e7e7;
}

.separatorAdvNativeTextOnly {
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}

.AdvNativeOnlyText {
    text-align: center;
}

.AdvNativeOnlyText {
    color:orangered;
}

.AdvNativeBoxOnlyText {
    /*margin-top:10px;*/
    padding: 10px;
    background-color: #f7f7f7;
}
