.dst-google-wrapper{ margin:12px 0; }
.dst-google-btn{
    display:inline-flex; align-items:center; gap:10px;
    text-decoration:none; border:1px solid #e0e0e0; border-radius:6px;
    padding:10px 16px; font-weight:600; font-size:14px;
    background:#fff; color:#111;
}
.dst-google-btn:hover{ box-shadow:0 2px 10px rgba(0,0,0,0.06); }
.dst-google-icon img{ width:18px; height:18px; display:block; }
.dst-google-text{ line-height:1; white-space:nowrap; }
.dst-google-badge{
    display:inline-flex; align-items:center; gap:8px;
    padding:8px 12px; border-radius:6px; border:1px solid #e5e7eb;
    font-weight:600; font-size:13px; background:#f9fafb; margin:8px 0 16px;
}
.dst-google-badge img{ width:16px; height:16px; display:block; }