#privacy-consent {position: fixed;bottom: 0;left: 0;width: 100%;background: linear-gradient(90deg, #ff7e5f, #feb47b);color: #ffffff;padding: 20px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;z-index: 10000;}#privacy-consent button {background: #ffffff;color: #ff7e5f;border: none;padding: 10px 20px;margin-left: 10px;cursor: pointer;}@media (max-width: 768px) {#privacy-consent {flex-direction: column;justify-content: center;}#privacy-consent button {margin: 10px 0 0 0;}}