.max-lines {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
#putfoot{border-top: 1px solid #c1c1c1;border-bottom: 1px solid #c1c1c1;background: #f3eded;}
#pubtop{width:100%;height:90px;margin: 0 auto;}.pubtop{width:100%;height:90px;margin: 0 auto;}
.dating-banner { width: 100%; height: 90px; background: #ffffff; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; position: relative; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; box-shadow: 0 2px 8px rgba(0,0,0,0.08); cursor: pointer; transition: all 0.3s ease; }
.dating-banner:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.12); transform: translateY(-1px); }
.banner-content { display: flex; align-items: center; height: 100%; padding: 0 20px; position: relative; z-index: 2; }
.left-section { flex: 1; display: flex; align-items: center; gap: 15px; }
.app-icon { width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 12px rgba(76, 175, 80, 0.25); position: relative; flex-shrink: 0; }
.app-icon img{width:84%;}
.text-content { color: #333333; flex: 1; min-width: 0; }
.main-text { font-size: 16px; font-weight: 600; margin: 0; color: #2c2c2c; line-height: 1.2; }
.sub-text { font-size: 13px; margin: 3px 0 0 0; color: #666666; font-weight: 400; line-height: 1.2; }
.buttons-section { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.floating-hearts { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; z-index: 1; }
.heart { position: absolute; color: rgba(76, 175, 80, 0.08); font-size: 16px; animation: float 8s infinite linear; }
.heart:nth-child(1) { left: 15%; animation-delay: 0s; font-size: 14px; }
.heart:nth-child(2) { left: 40%; animation-delay: 3s; font-size: 18px; }
.heart:nth-child(3) { left: 65%; animation-delay: 6s; font-size: 16px; }
.heart:nth-child(4) { left: 85%; animation-delay: 2s; font-size: 15px; }
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
@keyframes float { 0% { transform: translateY(100px) rotate(0deg); opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { transform: translateY(-20px) rotate(180deg); opacity: 0; } }
.banner-border { background: linear-gradient(90deg, transparent 0%, #e0e0e0 50%, transparent 100%); height: 1px; width: 100%; position: absolute; top: 0; }
.download-btn { padding: 0; border: none; border-radius: 6px; cursor: pointer; transition: all 0.2s ease; text-decoration: none; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; width: 120px; height: 36px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.android-btn { background-image: url('/websites/images/android_btn_light.webp'); }
.android-btn:hover { transform: translateY(-1px); }
.ios-btn { background-image: url('/websites/images/ios_btn_light.webp'); }
.ios-btn:hover { transform: translateY(-1px); }
.adstyle{background: #e9e9e9;border-bottom: 1px solid #dadada;border-top: 1px solid #dadada;}
.layout-dark .adstyle{background: #424242;border-bottom: 1px solid #303030;border-top: 1px solid #303030;}
.layout-dark .android-btn { background-image: url('/websites/images/android_btn_dark.webp'); }
.layout-dark .ios-btn { background-image: url('/websites/images/ios_btn_dark.webp'); }
.layout-dark .dating-banner { background: #2d2d2d; border: 1px solid #4d4d4d; }
.layout-dark .app-icon { background: #141414; }
.layout-dark .sub-text { color: #a2a2a2; }
.layout-dark .main-text { color: #c8c8c8; }
.layout-dark #putside{border-top: 1px solid #000;border-bottom: 1px solid #000;background-color:#161616;}
@media (max-width: 900px) { .download-btn { width: 100px !important; height: 30px !important; } .banner-content { padding: 0 15px; } .main-text { font-size: 14px; } .sub-text { font-size: 12px; } .app-icon { width: 42px; height: 42px; } .left-section { gap: 12px; } }
@media (max-width: 480px) { .download-btn { width: 85px !important; height: 26px !important; } .banner-content { padding: 0 12px; } .left-section { gap: 10px; } .main-text { font-size: 13px; } .sub-text { font-size: 11px; } .app-icon { width: 38px; height: 38px; } }
