/* Shared controls for the three legacy tool entry pages only. */
body.marketing-tool-v2 .free-tool-inline-form .btn-primary,
body.marketing-tool-v2 .free-tool-acquisition .btn-primary,
body.marketing-tool-v2 .crawler-start-form .btn-success {
    background: #127447; border-color: #127447; color: #fff;
    min-height: 44px; border-radius: 8px; box-shadow: none;
}
body.marketing-tool-v2 .free-tool-inline-form .form-control,
body.marketing-tool-v2 .free-tool-acquisition .form-control,
body.marketing-tool-v2 .crawler-start-form .form-control {
    min-height: 48px; border-color: #7d8fa4; border-radius: 8px; font-size: 16px;
}
body.marketing-tool-v2 .free-tool-related__panel { box-shadow: none; }
body.marketing-tool-v2 .free-tool-related a { min-height: 44px; color: #174ea6; }
