.tg-google-location-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 24px 0;
    padding: 18px 20px;
    border: 1px solid #e0e4e8;
    border-left: 4px solid #2271b1;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.tg-google-location-actions-fallback {
    width: 100%;
    max-width: 1200px;
    margin: 24px auto;
    padding: 0 15px;
}

.tg-google-location-actions__heading {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 210px;
}

.tg-google-location-actions__heading strong {
    color: #202124;
    font-size: 17px;
    line-height: 1.35;
}

.tg-google-location-actions__heading span {
    color: #646970;
    font-size: 13px;
    line-height: 1.45;
}

.tg-google-location-actions__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.tg-google-location-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid #2271b1;
    border-radius: 4px;
    background: #2271b1;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.tg-google-location-button:hover,
.tg-google-location-button:focus {
    border-color: #135e96;
    background: #135e96;
    color: #fff !important;
}

.tg-google-location-button--street-view {
    border-color: #5f6368;
    background: #fff;
    color: #3c4043 !important;
}

.tg-google-location-button--street-view:hover,
.tg-google-location-button--street-view:focus {
    border-color: #3c4043;
    background: #f1f3f4;
    color: #202124 !important;
}

@media (max-width: 767px) {
    .tg-google-location-actions {
        align-items: stretch;
        flex-direction: column;
        padding: 16px;
    }

    .tg-google-location-actions__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .tg-google-location-button {
        width: 100%;
    }
}
