.ad-container {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #fff;
    margin-bottom: 8px;
    max-width: 100%;
    box-sizing: border-box;
}

.ad-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.ad-badge-container {
    margin-right: 8px;
}

.ad-icon {
    font-weight: bold;
    color: #ff0000;
}

.ad-link {
    text-decoration: none;
    color: #1a73e8;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ad-title {
    margin-bottom: 12px;
}

.ad-description-link {
    display: block;
    font-size: 20px;
    color: #1a73e8;
    margin-bottom: 8px;
    text-decoration: none;
}

.ad-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ad-text {
    flex: 1;
}

.ad-description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.ad-image {
    margin-left: 16px;
    max-width: 120px;
    flex-shrink: 0;
}

.ad-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.site-link-ad {
    display: flex;
    overflow-x: auto;
    margin-top: 16px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.site-link-ad::-webkit-scrollbar {
    display: none;
}

.ad-contact-link-item {
    flex-shrink: 0;
    margin-right: 8px;
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
    color: #1a73e8;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    white-space: nowrap;
}

.ad-contact-link-item:last-child {
    margin-right: 0;
}

.ad-contact-link-item:hover {
    background-color: #e8f0fe;
    border-color: #1a73e8;
}

.ad-phone-mobile {
    align-items: center;
    margin-top: 5px;
    font-size: 18px;
    color: #5e5e5e;
}

.ad-phone-mobile svg {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.ad-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 8px 0;
    width: 100%;
}
.ad-phone-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #5e5e5e;
	padding-top: 5px;
}

.ad-phone-link:hover {
    color: #1f1f1f;
}

.sponsored-label {
	background-color: transparent;
    color: #202124;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-left: 0px;
    white-space: nowrap;
}

.ad-badge-container {
    display: flex;
    margin-top: 12px;
    align-items: flex-start;
}

.ad-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.ad-icon svg {
    width: 16px;
    height: 16px;
    fill: #000;
}
span.ad-icon {
    background-color: #f1f3f4;
    border: 1px solid #dadce0;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
    margin-right: 12px;
    flex-shrink: 0;
    vertical-align: middle;
}
.ad-link {
    text-decoration: none;
    color: #3c4043;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}