.cca-image-text-wrapper {
    font-family: inherit;
    width: 100%;
}

.cca-featured-img {
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    object-fit: cover;
}

.cca-bottom-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
}

.cca-bottom-text p:last-child {
    margin-bottom: 0;
}

.cca-bottom-text a {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cca-bottom-text a:hover {
    color: #000000;
    text-decoration: underline;
}