/*  原生廣告   */
.vp-na-contaienr{
    display: none;
}
.vpon-native-ad {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px;
    font-family: 'Helvetica', serif, 'Arial';
}
.vpon-native-ad img {
    width: 100%;
    height: auto;
}
.vpon-attribution {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    letter-spacing: 0.5px;
    color: #D0343D;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}
.vpon-title {
    display: inline-block;
    /* border-bottom: 1px; */
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    letter-spacing: 0.5px;
    color: #707070;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}
.vpon-native-ad .vpon-icon-image {
    display: none;
    width: 5%;
    margin-bottom: 10px;
    /* order: 2; */
}
.vpon-action {
    float: right;
    border-radius: 3px;
    background-color: #CF0201;
    color: white;
    border: none;
    padding: 6px 7px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: normal;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    margin-top: auto;
/*     height: 20px; */
    order: 5;
}
.vpon-body-text {    
    padding-left: 1%;
    padding-right: 15px;
    letter-spacing: 0.5px;
    order: 4;
    color: #383838;
    font-size: 16px;
    text-decoration: none;
    max-width: 40ch;
    word-wrap: break-word;
    min-width: 100%;
}
.vpon-cover-image {
    display: flex;
    width: 100%;
    order: -1;
	position: relative;
 	aspect-ratio: 1500/940;
}
.vpon-cover-img img {
    width: 100%;
    height: 100%;
}
.vp-ad-label {
    color: #949494;
    top: 180px;
    font-size: 12px;
    right: 4px;
    padding-top: 10px;
    float: right;
    margin-left: auto;
}
  
/*  蓋版廣告   */  
.vp-is-root {
    will-change: opacity;
    transition: opacity 225ms;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    position: fixed;
    display: none;
}
.vp-is-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    touch-action: none;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
}
.vp-is-container {
    height: 100%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.vp-is {
    flex: 0 1 auto;
    max-width: 1000px;
    max-height: calc(100% - 96px);
    margin: 0;
    display: flex;
    position: relative;
    overflow-y: unset !important;
    flex-direction: column;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background-color: rgba(50, 50, 50, 0.4);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#vp-is-closebtn {
    position: absolute;
    display: none;
    top: -40px;
    right: 0px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 8px 16px;
    font-size: 1rem;
    min-width: 64px;
    box-sizing: border-box;
    min-height: 36px;
    font-weight: 600;
    line-height: 1.5;
    border: none;
    border-radius: 8px;
    letter-spacing: 0.02857em;
    white-space: nowrap;
    z-index: 1600;
}
#vp-is-closebtn::before {
    content: '✕';
    font-size: inherit;
    margin-right: 8px;
    color: inherit;
}


/* 分店橫幅 */
.vp-lrec-banner-container {
    background-color: rgb(229, 229, 229);
    display: none;
    width: 360px;
    height: 310px;
    margin-left: auto!important;
    margin-right: auto!important;
}
.vp-lrec-banner{
    text-align: center;
}  
.vp-banner-ad-label {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-style: italic;
    color: #7F7F7F !important;
    text-align: left !important;
    font-size: 12px;
    display: inline-block;
    padding-top: 10px;
    padding-left: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-transform: uppercase;
}


/* 樓層-橫幅 */
.vp-xlrec-banner-container {
  /*background-color: rgb(229, 229, 229);*/
  /*display: none;*/
  /*margin: auto;*/
  /*width: 360px;*/
  /*height: 540px*/
   /* background-color: rgb(229, 229, 229);*/
    display: none;
    margin: auto;
}
.vp-xlrec-banner{
  text-align: center;
}
.vp-banner-ad-label {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-style: italic;
  color: #7F7F7F !important;
  text-align: left !important;
  font-size: 12px;
  display: inline-block;
  padding-top: 10px;
  padding-left: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  text-transform: uppercase;
}