.indent {
     text-indent: .25em;
}

.account-menu {
     position: relative;
}

.account-trigger {
     display: flex;
     align-items: center;
     gap: 8px;
}

.account-trigger .chevron::after {
     content: "\25BE";
     font-size: 12px;
     opacity: .8;
}

.dropdown {
     position: absolute;
     top: calc(100% + 6px);
     right: 0;
     display: none;
}

.dropdown.is-open {
     display: block;
}

.logo-container {
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
}
