/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.cat-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
	margin-block-start: 50px !important;
	margin-block-end: 50px !important;
}

.cat-card {
    width: calc(33.333% - 16px);
    border: 1px solid #eee;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.cat-image-wrapper {
    position: relative;
}

.cat-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Ribbon */
.adopted-ribbon {
    position: absolute;
    top: 12px;
    left: -35px;
    background: #c0392b;
    color: #fff;
    padding: 6px 40px;
    transform: rotate(-45deg);
    font-size: 12px;
    font-weight: bold;
}

/* Content */
.cat-content h3 {
    margin-top: 12px;
    margin-bottom: 8px;
	font-size: 30px;
}

.cat-description {
    flex-grow: 1;
}

/* Button */
.pick-meow {
    display: inline-block;
    margin-top: 12px;
    background: #FF35C7;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

.pick-meow:hover {
    background: #F779AF;
	color: #fff;
}

.pick-meow.disabled {
    background: #ccc;
    color: #666;
    cursor: not-allowed;
}
.page-id-1112 .hero-section {
	display: none;
}

/* Responsive */
@media (max-width: 992px) {
    .cat-card {
        width: calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .cat-card {
        width: 100%;
    }
}
