.css-001279c1-container {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.css-001279c1-label {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.css-001279c1-list {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.css-001279c1-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}

.css-001279c1-button svg {
    width: 18px;
    height: 18px;
    transition: fill 0.3s ease-in-out;
}

/* Facebook colors */
.css-001279c1-button--facebook {
    border: 1px solid #3b5998;
}
.css-001279c1-button--facebook svg {
    fill: #3b5998;
}

/* X / Twitter colors */
.css-001279c1-button--twitter {
    border: 1px solid #000000;
}
.css-001279c1-button--twitter svg {
    fill: #000000;
}

/* LinkedIn colors */
.css-001279c1-button--linkedin {
    border: 1px solid #0077b5;
}
.css-001279c1-button--linkedin svg {
    fill: #0077b5;
}

/* Hover state overrides */
.css-001279c1-button:hover {
    background-color: #040093 !important;
    border-color: #040093 !important;
}

.css-001279c1-button:hover svg {
    fill: #ffffff !important;
}
