.greeting-box-7525cefc {
    box-sizing: border-box;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.greeting-message-7525cefc {
    font-size: 1.25rem;
    color: #333333;
    font-family: inherit;
    font-weight: bold;
}

.greeting-subtitle-7525cefc {
    font-family: inherit;
}

.greeting-btn-7525cefc {
    display: inline-block;
    background-color: #3b82f6;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    border: none;
    cursor: pointer;
}

.greeting-btn-7525cefc:hover {
    background-color: #2563eb;
    color: #ffffff;
}

.shop-btn-7525cefc {
    background-color: #10b981;
}

.shop-btn-7525cefc:hover {
    background-color: #059669;
}

.greeting-editor-preview-label-7525cefc {
    font-weight: bold;
    color: #ef4444;
}

.notification-box-7525cefc {
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.3s ease;
}
