*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body.socials-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #f5f5f5;
    padding: 3rem 1rem;
    font-family: proxima-nova, sans-serif;
    color: #3d3d44;
}

.socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 480px;
    flex: 1;
    align-self: stretch;
}

.socials__avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    flex-shrink: 0;
}

.socials__avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.socials__title {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #232f53;
}

.socials__lang {
    display: flex;
    justify-content: center;
}

.socials__lang .wpml-ls {
    margin: 0;
}

.socials__lang a {
    color: #ff364d;
    font-weight: 700;
    transition: all .3s ease;
}


 .socials__lang a:hover {
        color: #6639b7;
        transition: all .3s ease;
    }

.socials__links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    margin-block-start: 1.5rem;
}

/* ACF block wrapper that WordPress adds */
.socials__links .wp-block-acf-bio-link-button {
    width: 100%;
}

.bio-link-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    background-color: #ffffff;
    border: 2px solid #232f53;
    color: #232f53;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.bio-link-button:hover,
.bio-link-button:focus {
    background-color: #232f53;
    color: #ffffff;
    outline: none;
}

.bio-link-button--featured {
    background-color: #6639b7;
    border-color: #6639b7;
    color: #ffffff;
}

.bio-link-button--featured:hover,
.bio-link-button--featured:focus {
    background-color: #4f2a9a;
    border-color: #4f2a9a;
    color: #ffffff;
}

.bio-link-button__label {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.socials__social-icons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-block-start: auto;
    gap: 0.75rem;
    list-style: none;
}

.socials__social-icons li {
    display: flex;
}

.socials__social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: #232f53;
    transition: color 0.15s ease;
    overflow: hidden;
}

.socials__social-icons a:hover {
    color: #6639b7;
}

.socials__social-icons svg {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    max-width: 2rem;
    max-height: 2rem;
    fill: currentColor;
}

.bio-link-button__description {
    font-size: 0.8125rem;
    font-weight: 400;
    opacity: 0.75;
    margin-top: 0.2rem;
    line-height: 1.3;
}
