.custom-category-description {
    padding-top: 30px ;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    
}
.cdfwsp_category_desription_excerpt p:last-of-type {
    display: inline;
}
.cdfwsp_category_description_text p:last-of-type{
    display: inline;
}

.cdfwsp_load-more-button {
    display: inline;
    border: none;
    background-color:transparent;
    color: #046bd2;   
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
}
.cdfwsp_load-more-button:hover {
    background-color:transparent;
    color: #046bd2;
    cursor: pointer;
    border: none;
}
.cdfwsp_load-more-button:focus {
    background-color:transparent;
    color: #046bd2;
    border: none;
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
.cdfwsp_load-more-button:active {
    background-color:transparent;
    color: #046bd2;
    border: none;
}
.cdfwsp_scroll-to-top svg{
    transform: rotate(180deg);
    fill: white;
    vertical-align: middle;
}
.cdfwsp-bootom-to-top-scroll{
    display: inline;
    margin-left: 5px;
    background-color:#046bd2;
    padding: 3px 6px 6px 6px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    
}
.load_more_link{
    color:#046bd2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =====================================================================
   Shortcode styles — [cdfwsp_category_description]
   CSS custom properties allow per-category color overrides in v2.0.0.
   ===================================================================== */

.cdfwsp-sc-wrap {
    --cdfwsp-link-color: #046bd2;
    --cdfwsp-link-decoration: underline;
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

/* Keep last paragraph inline so button/link sits flush after text */
.cdfwsp-sc-excerpt p:last-of-type,
.cdfwsp-sc-full p:last-of-type,
.cdfwsp-sc-rest p:last-of-type {
    display: inline;
}

/* Load More button — styled as text link (button element for accessibility) */
.cdfwsp-sc-btn-more {
    display: inline;
    border: none;
    background-color: transparent;
    color: var(--cdfwsp-link-color);
    text-decoration: var(--cdfwsp-link-decoration);
    text-underline-offset: 3px;
    padding: 0;
    cursor: pointer;
}

.cdfwsp-sc-btn-more:hover,
.cdfwsp-sc-btn-more:focus,
.cdfwsp-sc-btn-more:active {
    background-color: transparent;
    color: var(--cdfwsp-link-color);
    border: none;
}

/* Anchor link for excerpt_anchor part */
.cdfwsp-sc-link-more {
    color: var(--cdfwsp-link-color);
    text-decoration: var(--cdfwsp-link-decoration);
    text-underline-offset: 3px;
}
