.edd-custom-widget {
  background: #f0f7ff;
  border: 1px solid #cce0f5;
  border-radius: 8px;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.edd-custom-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0066cc;
}

.edd-custom-thumb-wrapper {
  margin-bottom: 15px;
}

.edd-custom-thumb {
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 4px;
}

.edd-custom-info h4 {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.edd-custom-info p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #555;
}

.edd-custom-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #007bff;
  color: white !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.edd-custom-button:hover {
  background-color: #0056b3;
}
