/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    https://developer.wordpress.org/themes/advanced-topics/child-themes/
 Description:  Twenty Seventeen Child Theme with HypeCity customizations
 Author:       HypeCity
 Author URI:   https://hypecity.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentyseventeen-child
*/

/* Add any custom CSS below this line */

/* Social Share Buttons */
.ns-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 1em 0;
}

.ns-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity 0.2s;
    border: none;
    cursor: pointer;
}

.ns-button:hover {
    opacity: 0.8;
}

.ns-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ns-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ns-button-icon svg {
    width: 20px;
    height: 20px;
}

.ns-button-label.ns-hide {
    display: none;
}

.ns-button-share-count {
    font-size: 11px;
    margin-left: 4px;
}

/* Button colors */
.ns-button.facebook {
    background-color: rgb(60, 89, 153);
    color: #fff;
}

.ns-button.twitter {
    background-color: #000;
    color: #fff;
}

.ns-button.pinterest {
    background-color: rgb(201, 35, 40);
    color: #fff;
}

.ns-button.reddit {
    background-color: #ff4500;
    color: #fff;
}

.ns-button.share {
    background-color: #333;
    color: #fff;
}

.ns-inline-cta {
    width: 100%;
    margin-bottom: 8px;
    font-weight: 500;
}
