/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five
Author: Your Name
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0
*/


/* Button background color */
button,
input[type="submit"],
.button,
.bg-primary,
.wp-block-button__link {
    background-color: #52b7cd;
    color: #fff;
    border: none;
}

/* Button hover effect (optional) */
button:hover,
input[type="submit"]:hover,
.button:hover,
.wp-block-button__link:hover {
    background-color: #429bb1;
}

/* Content links only (not headings) */
p a,
span a {
    color: #52b7cd;
    text-decoration: underline;
}

/* .text-primary class */
.text-primary {
    color: #52b7cd !important;
}

.badge.bg-secondary {
    background: #52b7cd !important;
    font-family: 'OwnersTRIAL';
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.085rem;
}

.single-post-content #ez-toc-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #efefef;
  padding: 22px 16px;
  margin-bottom: 15px;
  background: #efefef;
  border-radius: 4px;
}

.single-post-content .ez-toc-title-container {
  margin-bottom: 20px;display: flex;
  justify-content: space-between;align-items: center;
}

.single-post-content #ez-toc-container p.ez-toc-title {
  text-transform: uppercase;
  border-bottom: 4px solid #4db2ec;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
	margin: 0;
}

.single-post-content #ez-toc-container a.ez-toc-toggle {
  background-image: none;
  padding: 0px 2px 2px 2px;
  border-radius: 51px;
  width: 40px;
  border: 2px solid #4db2ec;
  color: #4db2ec;
  text-decoration: none;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.single-post-content #ez-toc-container ul {
  width: 100%;
  margin: 0;
  padding-left: 15px;
  clear: both;
}

.single-post-content #ez-toc-container ul li {
  margin-bottom: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.single-post-content #ez-toc-container ul li::before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  margin: 0 5px 0 0;
  top: 0.4px;
  position: relative;
  left: 0px;
  float: left;
}

.single-post-content #ez-toc-container .ez-toc-list a.ez-toc-link {
  color: #000;
  transition: all 0.3s ease;
  float: left;
  width: calc(100% - 16px);
	font-size: 17px;
}

.single-post-content #ez-toc-container a.ez-toc-toggle .ez-toc-icon-toggle-span {
  display: block;
  height: 35px;
}
.author-box {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #fff;
    align-items: flex-start;
}

.author-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-letter {
    font-size: 42px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}

.author-content {
    flex: 1;
}

.author-name {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.author-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 12px;
}
.author-content .author-desc{
    margin:0 !important; 
    border:0px !important;
}
