.card_container {
    width: 80%;
    margin: 0 auto;
}

.not-last-button {
    border-right: 1px solid #dddddd; /* Light grey border */
}

.shop-img-container {
    height: 20vh;
    padding: 1rem;
}

.object-fit-contain {
    object-fit: contain;
}

.shop-card {
    background: unset;
    border: unset;
    border-radius: unset;
}
.card-header , .card-header-disabled {
    background-color: rgba(89, 103, 176, 0.1);
}

.shop-card-title {
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
}

.card-text {
    width: 100%;
}

.card-text p { width: 650px; word-break: break-word; }

.shop-card-footer {
    min-height: 55px;
}

.shop-card-action-btn {
    padding-right: 0.6rem;
    width: 44px;
}
