.psm_categories-container {
    margin-bottom: 2rem;
}

.psm_categories-title {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.psm_categories-subtitle {
    margin-bottom: 2rem;
    color: #000;
}

.psm_categories-content-wrapper {
    position: relative;
    padding-bottom: 40px;
}

.has-arrows .psm_categories-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}

.psm_categories-swiper {
    padding: 20px 10px 20px 10px;
}

.psm_categories-card {
    padding: 20px;
    text-align: left;
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.psm_categories-card-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 0px 2px rgba(0,0,0,0.1);
}

/* Image Position: Right (default) */
.psm_categories-image-right .psm_categories-card-image {
    right: 0;
    left: auto;
}

/* Image Position: Left */
.psm_categories-image-left .psm_categories-card-image {
    left: 0;
    right: auto;
}

/* Image Position: Middle */
.psm_categories-image-middle .psm_categories-card-image {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.psm_categories-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color:#fff;
}

.psm_categories-card-content {
    margin-top: 100px; /* Space for image if it overlaps or just spacing */
    z-index: 1;
}

.psm_categories-main-cat {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #000;
}

.psm_categories-main-cat a {
    color: inherit;
    text-decoration: none;
}

.psm_categories-subcats {
    list-style: none;
    padding: 0;
    margin: 0;
}

.psm_categories-subcats li {
    margin-bottom: 0.3rem;
}

.psm_categories-subcats li a {
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
}

.psm_categories-subcats li a:hover {
    text-decoration: underline;
}

.psm_categories-pagination {
    bottom: 0 !important;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}

.psm_categories-button-prev,
.psm_categories-button-next {
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.psm_categories-button-prev {
    left: 0;
}

.psm_categories-button-next {
    right: 0;
}

.psm_categories-button-prev:after,
.psm_categories-button-next:after {
    font-size: 24px; /* Adjust size as needed */
}

.psm_categories-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    background: transparent;
    opacity: 1;
}

.psm_categories-pagination .swiper-pagination-bullet-active {
    background-color: #000;
}
