/**
 * Tewido Logo Block Styles
 * Add this to your main CSS file or enqueue separately
 */

/* Logo block container */
.tewido-logo-block {
    position: relative;
}

/* Hidden items for load more functionality */
.tewido-hidden {
    display: none !important;
}

/* Load more button styling */
.tewido-load-more-wrapper {
    margin-top: 30px;
    text-align: center;
}

.tewido-load-more-button {
    min-width: 150px;
    transition: all 0.3s ease;
}
