/*
 Theme Name:   Kadence Child
 Theme URI:    https://luxydoor.com/
 Description:  Child theme for Kadence Theme
 Author:       Abdelbarie Elkhaddar
 Author URI:   https://luxydoor.com/
 Template:     kadence
 Version:      1.0.0
*/

/*================= تنسيق زر pinterest */
.pinterest-custom-wrapper {
    position: relative;
    display: inline-block;
}

.pinterest-custom-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    background-color: #e60023;
    color: white;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 14px;
    font-weight: bold;
    text-decoration: none;
    background-image: url('https://luxydoor.com/wp-content/uploads/2025/06/Pinterest-icon.svg'); /* أيقونة بينترست مصغرة */
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 14px 14px;
    padding-left: 24px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.pinterest-custom-button:hover {
    opacity: 1;
	  color: white;
}
/*============== نهاية كود pinterest */


/* التنسيق العام للقائمة */
.kb-table-of-content-wrap ul {
  list-style: none !important;
  padding-left: 0;
  border-left: 2px solid #ddd;
  margin-left: 0;
}

/* الروابط داخل TOC */
.kb-table-of-content-wrap a {
  color: #444;
  padding: 6px 12px;
  display: block;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

/* العنصر النشط */
.kb-table-of-content-wrap a.active {
  font-weight: bold;
  color: #0073e6;
  border-left: 3px solid #F48C06;
  background-color: #FDEECB;
}

