.pce-widget {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.pce-card {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 24px 20px;
    overflow: hidden;
    border: 1px solid #e3e9e7;
    border-radius: 14px;
    background: #ffffff;
    color: #17211f;
    text-align: right;
    box-shadow: 0 8px 24px rgba(17, 46, 40, 0.08);
}

.pce-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #e8f4f1;
    color: #0d6b5f;
    font-size: 18px;
}

.pce-title {
    margin: 0 0 5px;
    color: #0d6b5f;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
}

.pce-brand {
    margin-bottom: 18px;
    color: #68736f;
    font-size: 14px;
    line-height: 1.5;
}

.pce-reveal,
.pce-whatsapp {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.pce-reveal {
    background: #0d6b5f;
    color: #ffffff;
}

.pce-reveal:hover,
.pce-whatsapp:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(17, 46, 40, 0.18);
}

.pce-details {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.pce-details[hidden] {
    display: none;
}

.pce-phone {
    display: block;
    padding: 4px 0;
    color: #17211f;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    direction: ltr;
}

.pce-whatsapp {
    background: #159447;
    color: #ffffff;
}