.apc-grid-67a12f09 {
    display: grid;
    width: 100%;
    box-sizing: border-box;
}

.apc-card-67a12f09 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e3e6e6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.apc-card-67a12f09:hover {
    transform: translateY(-4px);
}

.apc-img-wrapper-67a12f09 {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f9f9f9;
    box-sizing: border-box;
}

.apc-img-67a12f09 {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.apc-content-67a12f09 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px;
    box-sizing: border-box;
}

.apc-title-67a12f09 {
    margin: 0 0 10px 0;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
    color: #111111;
}

.apc-desc-67a12f09 {
    margin: 0 0 15px 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555555;
}

.apc-rating-wrapper-67a12f09 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.apc-stars-67a12f09 {
    display: inline-flex;
    gap: 2px;
    line-height: 1;
}

.apc-star-67a12f09 {
    font-style: normal;
    color: #f1c40f;
    font-size: 16px;
}

.apc-star-67a12f09::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.apc-star-67a12f09.half::before {
    content: "\f089";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.apc-star-67a12f09.empty::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.apc-rating-text-67a12f09 {
    font-size: 0.85rem;
    color: #777777;
}

.apc-btn-67a12f09 {
    text-align: center;
    text-decoration: none !important;
    font-weight: 600;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    margin-top: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 24px;
    background: #ff9900;
    color: #ffffff !important;
    border-radius: 6px;
    border: 1px solid #ff9900;
    gap: 8px;
}

.apc-btn-67a12f09:hover {
    background: #e68a00;
    border-color: #e68a00;
}

.apc-btn-text-67a12f09 {
    color: inherit;
    font-weight: inherit;
}

.apc-btn-icon-67a12f09 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.apc-btn-icon-67a12f09 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
