/**
 * TrustyGEO Ad Slots - 前台样式
 */

/* 广告位容器 */
.tgas-ad-slot {
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

/* 图片广告 */
.tgas-ad-image {
    display: inline-block;
    line-height: 0;
}

.tgas-ad-image img,
.tgas-ad-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.tgas-ad-link {
    display: block;
    cursor: pointer;
}

/* 广告标题 */
.tgas-ad-title {
    cursor: pointer;
}

/* 多图广告 */
.tgas-ad-images {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.tgas-ad-image-item {
    line-height: 0;
}

.tgas-ad-image-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 视频广告 */
.tgas-ad-video {
    display: inline-block;
    line-height: 0;
    overflow: hidden;
}

.tgas-ad-video-player {
    max-width: 100%;
    height: auto;
    display: block;
    background: #000;
}

/* 广告位列表（短代码用） */
.tgas-ad-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tgas-ad-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.tgas-ad-list li:last-child {
    border-bottom: none;
}

.tgas-ad-list code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
}
