.appointly-block-preview {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 100%);
    padding: 40px 24px;
    text-align: center;
}

.appointly-block-preview__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.appointly-block-preview__icon {
    color: #0284c7;
    opacity: 0.8;
}

.appointly-block-preview__title {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
}

.appointly-block-preview__service {
    font-size: 13px;
    color: #64748b;
    background: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}
