/*
Theme Name: My Social Links
Theme URI: 
Author: Pro Impressions Marketing
Author URI: 
Description: My Social Links child theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Tags: 
*/

.services {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.social-button svg {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
}


rpl-link-in-bio-social-grid {
    height: 100%;
    display: flex;
    overflow: hidden auto;
    align-items: center;
    flex-direction: column;
    padding-bottom: 32px;
    padding-top: 48px;
}

rpl-link-in-bio-social-grid .container {
    display: flex;
    min-width: 328px;
    max-width: 378px;
    flex-direction: column;
    gap: 32px;
}

rpl-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 0 1px #AEB5C1;
    border-radius: 100%;
}

rpl-avatar img {
    overflow: hidden;
    border-radius: 100%;
    box-sizing: border-box;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 12px;
}

.header .title{
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: rgb(45, 46, 47);
    text-align: center;
}

.header .header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.header .description {
    font: 400 14px / 17px Manrope, sans-serif;
    letter-spacing: normal;
    text-align: center;
}

.links {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 12px;
}

.links .social-button {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: center;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 78px;
    z-index: 10;
}

.footer a {text-decoration: none;}

.footer .white-labeling {
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    border-radius: 34px;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .9);
}

.footer .white-labeling img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    max-height: 24px;
}

