/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/

.header-navigation[class*="header-navigation-style-underline"] .header-menu-container > ul > li > a {
	border-left: 1px solid #ccc;
}

.site-bottom-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard {
	background: #f2f2f2;
}

.comment-form .required {
	color: #C4481E !important;
}



.social-share-buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.social-share-buttons span {
    font-weight: 700;
}

.social-share-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2px;
    text-decoration: none;
    width: 36px;
    height: 36px;
    transition: background 0.3s ease-in-out;
}

.facebook svg path { fill: #1877F2; }
.twitter svg path { fill: #000; }
.whatsapp svg path { fill: #25D366; }
.linkedin svg path { fill: #0077B5; }

.social-share-buttons a:hover {
    opacity: 0.8;
}
