/* Catalog item styling enhancements */

/* Hide page number links in pagination - we only want prev/next */
.molecatalog-page-link:not(.molecatalog-page-prev):not(.molecatalog-page-next),
.molecatalog-pagination a:not(.molecatalog-page-nav),
.molecatalog-page-current {
    display: none !important;
}

/* Since we removed details, let's make the title and brewery more prominent */
.molecatalog-item-title {
    font-size: 18px !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
    font-weight: bold !important;
    color: #333 !important;
}

.molecatalog-item-brewery {
    font-size: 15px !important;
    color: #555 !important;
    font-style: italic !important;
    margin-bottom: 12px !important;
}

/* Add more vertical space around the button since we removed the other details */
.molecatalog-item-button-container {
    margin-top: 15px !important;
    padding-top: 10px !important;
}

/* Ensure the view details button is prominent */
.molecatalog-view-details {
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

/* Better spacing for catalog items with less content */
.molecatalog-item-content {
    padding: 0 5px !important;
}

/* Make the image take up more space */
.molecatalog-item-image {
    margin-bottom: 20px !important;
}

/* Ensure all cards have proper minimum height */
.molecatalog-catalog-item {
    min-height: 350px !important;
}
