/* Astreet overrides */
.astreet .bt {
    background: var(--metallic-gold);
    color: var(--rich-white);
    border: 2px solid var(--metallic-gold);
    display: flex;
    white-space: nowrap;
    justify-self: center;
}

.astreet .bt:hover {
    color: var(--rich-white);
    opacity: 0.9;
}

.astreet .bt-secondary {
    background: var(--rich-white);
    color: var(--metallic-gold);
    border: 2px solid var(--metallic-gold);
}

.astreet .bt-secondary:hover {
    color: var(--metallic-gold);
    background: rgba(212, 175, 55, 0.05);
}

.astreet header {
    background-color: var(--rich-white);
    color: var(--rich-black);
}

.astreet {
    background-color: var(--rich-white);
    height: 100vh;
}

.astreet main {
    padding: 0 2rem 5rem 2rem;
}

.astreet .brand-link {
    color: var(--rich-black);
}

.astreet .brand-link:hover {
    color: var(--rich-black);
}

.astreet .primary-mailbox-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
}

.astreet .layout-with-sidebar {
    flex-wrap: nowrap;
}

.astreet .sidebar {
    width: 35%;
    padding: 0 2rem 0 0;
}

.astreet form {
    width: 30rem;
}