/* Wrapper general */
.pp-cta-card-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
}

/* Card base */
.pp-cta-card {
    background: #ad9cd5;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: space-between;
}

/* Título */
.pp-cta-card-title {
    margin: 0 0 4px;
    font-size: 1.9rem;
    color: #4e4d31;
}

/* Imagen */
.pp-cta-card-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Descripción */
.pp-cta-card-description {
    margin: 4px 0 8px;
    font-size: 1.3rem;
    color: #4e4d31;
}

/* Botón */
.pp-cta-card-button-wrapper {
    margin: 0 auto;
}

.pp-cta-card-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
    background:  #4e4d31;
    color: #ad9cd5 !important;
}

.pp-cta-card-button-link:hover {
    opacity: 0.9;
}

.pp-cta-card-button-text {
    line-height: 1;
    text-align: center;
}
