| .popover.a4a-marketplace__guided-tour { | |
| margin-block-start: 32px; | |
| max-width: 300px; | |
| .popover__arrow { | |
| display: block; | |
| } | |
| .guided-tour__popover-heading { | |
| text-wrap: wrap; | |
| text-align: left; | |
| } | |
| .guided-tour__popover-description { | |
| max-width: 300px; | |
| } | |
| } | |
| .a4a-marketplace__header-actions { | |
| display: flex; | |
| align-items: center; | |
| gap: 8px; | |
| justify-content: flex-end; | |
| & > * { | |
| flex-grow: 0; | |
| } | |
| @include breakpoint-deprecated( "<660px" ) { | |
| .current-section button { | |
| border: none; | |
| } | |
| justify-content: space-between; | |
| } | |
| } | |