/* Ghi đè toàn bộ để tạo giao diện Landing Page */
body {
background-color: #0b0e14 !important;
color: #ffffff !important;
}
/* Ẩn các thành phần thừa của Google */
.gsc-ad-marker, .gsc-orderby-label, .gsc-thumbnail-inside, .gsc-url-top {
display: none !important;
}
/* Định dạng khối quảng cáo (Sponsored) */
.gsc-adBlock {
background-color: transparent !important;
border: none !important;
padding: 20px 0 !important;
}
/* Tiêu đề quảng cáo: To, xanh nhạt, không gạch chân */
.gs-promotion.gs-result .gs-title,
.gs-promotion.gs-result .gs-title * {
color: #8ab4f8 !important;
font-size: 24px !important;
font-weight: 500 !important;
text-decoration: none !important;
line-height: 1.4 !important;
}
/* Đoạn mô tả quảng cáo */
.gs-promotion.gs-result .gs-snippet {
color: #bdc1c6 !important;
font-size: 15px !important;
line-height: 1.6 !important;
margin-top: 8px !important;
}
/* URL của quảng cáo */
.gs-promotion.gs-result .gs-visibleUrl {
color: #81c995 !important;
font-size: 14px !important;
}
/* QUAN TRỌNG: Tự tạo nút "Visit Website" xanh nếu Google chưa tự hiện */
.gs-promotion.gs-result::after {
content: "Visit Website \2192";
display: inline-block;
background-color: #0045ff; /* Màu xanh đậm chuẩn Parking */
color: white !important;
padding: 12px 28px;
border-radius: 30px;
font-weight: bold;
font-size: 15px;
margin-top: 15px;
cursor: pointer;
}
/* Chỉnh khoảng cách giữa các quảng cáo */
.gsc-webResult.gsc-result {
padding: 30px 0 !important;
border-bottom: 1px solid #222 !important;
}