/* Force center alignment everywhere */
.imran-category-dropdown {
    width: 270px;
    margin: 0 auto 20px auto !important;
    text-align: left;
}

/* If shortcode is inside a centered text block */
.imran-category-dropdown-wrapper,
.wp-block-shortcode,
.wp-block-html {
    text-align: center;
}


.imran-dropdown-toggle {
    width: 100%;
    background: #ffffff;
    border: 2px solid #cc9001;
    color: #333;
    padding: 12px 16px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;

    position: relative;
    display: flex;
    justify-content: center;   /* 🔥 center text */
    align-items: center;
}

.imran-arrow {
    position: absolute;
    right: 16px;
    font-size: 14px;
}


.imran-dropdown-menu {
    display: none;
    list-style: none;
    padding: 10px 0;
    margin: 10px 0 0;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #ffffff;
}

.imran-dropdown-menu li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.imran-dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: flex;
    justify-content: space-between;
}

.imran-dropdown-menu li a:hover {
    color: #ff7a00;
}
