/*
 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 */


/* التنسيق العام للقائمة */
.table-of-content-26 ul {
  list-style: none !important;
  padding-left: 0px !important;
}

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

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

/*===== tags ======*/
.wp-block-post-terms {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-post-terms a {
  color: #000;
  text-decoration: none;
  margin-right: 8px;
  padding: 3px 8px;
  background-color: #FDEECB;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.wp-block-post-terms a:hover {
  background-color: #C44D03;
  color: #fff;
}

/*====== «Previous & Next» =====*/
.post-navigation-link__title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

/* ======== الجدول داخل الكلاس pros-and-cons-table فقط   */
.pros-and-cons-table table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.pros-and-cons-table thead {
    border-bottom: none !important;
}

.pros-and-cons-table th,
.pros-and-cons-table td {
    border: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
    padding: 1em;
    vertical-align: top;
}

/* تنسيق الأيقونة */
.pros-and-cons-table .icon {
    float: left;
    margin-right: 0.8em;
    margin-top: 0.2em;
}

/* تنسيق النص */
.pros-and-cons-table .text {
    line-height: 1.6;
    word-break: break-word;
    display: block;
    overflow: hidden;
}


/* تنسيق رؤوس الأعمدة */
.pros-and-cons-table thead th:first-child {
    background-color: #53bb48;
    color: white;
}

.pros-and-cons-table thead th:nth-child(2) {
    background-color: #fd5045;
    color: white;
}

/* تنسيق خلفية الأعمدة */
.pros-and-cons-table tbody td:first-child {
    background-color: #e9fddb;
}

.pros-and-cons-table tbody td:nth-child(2) {
    background-color: #fadada;
}