.bigcharm-notice { background-color: #eaeaea; color: #2c2c2c; padding: 20px; border: none; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; } .bigcharm-notice p { font-size: 16px; margin: 0; } .bigcharm-notice a.button-pro { background-color: #fff; color: #3054a3; font-weight: bold; padding: 10px 20px; border-radius: 4px; text-decoration: none; transition: all 0.3s ease; } .bigcharm-notice a.button-pro:hover { background-color: #fff1e3; color: #1e78bd; }