/*
    Theme Name: WPAzleen
    Theme URI: https://wpazleen.com
    Author: WPAzleen  
    Author URI: https://wpazleen.com
    Description: Theme developed for WPAzleen theme
    Requires at least: 6.1
    Tested up to: 6.6
    Requires PHP: 5.6
    Version: 1.8.3
    URL: https://wpazleen.com/
    Text Domain: wpxp
*/

/* Smooth Scroll Enhancement */
html {
    scroll-behavior: smooth;
}

/* Enhanced smooth scroll for better UX */
.smooth-scroll {
    transition: all 0.3s ease;
}

.smooth-scroll:hover {
    transform: translateY(-2px);
}

/* Section highlight effect */
section {
    transition: box-shadow 0.3s ease;
}

/* Better docs support  */

.author-thumb img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.betterdocs-content-heading {
    margin-top: 30px;
}

div#betterdocs-single-content a {
    font-size: inherit;
    color: #e51fe5;
}

div#betterdocs-single-content ol>li {
    margin-bottom: 10px;
}

div#betterdocs-single-content li {
    margin-left: 20px;
}

div#betterdocs-single-content p {
    margin-top: 20px;
}