/* Custom Category-Layout CSS */
#floatingCollapseBtn,
#scrollToTopBtn {
    position: fixed;
    right: 20px;
    z-index: 9999;
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: opacity 0.3s ease;
}

#floatingCollapseBtn {
    bottom: 70px;
}

#scrollToTopBtn {
    bottom: 20px;
}

/* Force proper inline layout of search input + icon in Directory view */
.form-search-filter-keyword {
    position: relative;
}

.form-search-filter-keyword .form-control {
    padding-right: 40px;
}

.form-search-filter-keyword .form-button-search {
    position: absolute;
    top: 29px; /* align to input */
    right: 10px;
    z-index: 5;
    background: transparent;
    border: none;
    padding: 0;
    height: 34px;
    line-height: 34px;
    color: #999;
}