/*
Theme Name: budo
Author: antifraxis@gmail.com
Description: Universal WordPress Theme Template
Version: 1.0.0
*/

/* Header and footer contact actions. Kept after the generated Vite bundle. */
.header-social {
    width: 2.75rem;
    height: 2.9375rem;
    flex: 0 0 2.75rem;
    margin-right: 0.875rem;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

.header-social svg {
    width: 1.875rem;
    height: 1.875rem;
}

.header-social:hover,
.header-social:focus-visible {
    color: var(--color-site-accent-hover);
    background: transparent;
    border-color: transparent;
    transform: translateY(-1px);
}

.footer-phone {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 0.625rem;
}

.footer-phone svg {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    fill: currentColor;
}

.footer-social {
    display: flex;
    width: fit-content;
    margin-top: 0.875rem;
    border: 0;
    border-radius: 0;
}

.footer-social svg {
    width: 1.875rem;
    height: 1.875rem;
}
