.trm {
    background: #F5F5F5;
    * {
        box-sizing: border-box;
    }

    a:not(.gm-button) {
        color: var(--color-primary-500);
        font-weight: 500;
        text-decoration: none;
    }
}
