@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
.shortcut-wrapper
{
    margin: 2.2em 0 1.1em 0;
    /* Same as usual .page-title margin. */
}

.shortcut-wrapper .page-title
{
    float: left;
    /* LTR */

    margin: 0;
}

[dir='rtl'] .shortcut-wrapper .page-title
{
    float: right;
}

.shortcut-action
{
    margin-left: .5em;
    /* LTR */
    padding-top: .35em;

    border-bottom: none;
}

[dir='rtl'] .shortcut-action
{
    margin-right: .5em;
    margin-left: 0;
}

.shortcut-action:hover,
.shortcut-action:active,
.shortcut-action:focus
{
    border-bottom: none;
}
