.elementor-395 .elementor-element.elementor-element-2aa81f5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5b40e27 *//* ===============================
   WRAPPER
================================ */
.digital-packages {
  max-width: 720px;
  margin: 50px auto;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  font-family: 'Inter', sans-serif;
}

/* ===============================
   TOGGLE BUTTONS
================================ */
.followers-type-toggle {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.type-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  background: #f3f4f6;
  color: #111827;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.type-btn:hover {
  background-color: #e5e7eb;
}

.type-btn.selected {
  background-color: #4f46e5;
  color: #fff;
  border-color: #4f46e5;
}

/* ===============================
   FEATURE LIST
================================ */
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.feature-item {
  font-size: 14px;
  color: #374151;
  background: #f9fafb;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

/* ===============================
   PACKAGE OPTION GROUPS
================================ */
.followers-options {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.followers-options.active {
  display: flex;
}

/* ===============================
   PACKAGE ITEM
================================ */
.followers-item {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  transition: all 0.2s ease;
}

.followers-item:hover {
  border-color: #4f46e5;
}

.followers-item.selected {
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
}

.followers-item.selected .count {
  color: #fff;
}

.count {
  flex: 1;
}

/* ===============================
   PRICE AND ACTION BUTTON
================================ */
.followers-actions {
  text-align: center;
  margin-top: 30px;
}

.followers-price .disc {
  font-size: 24px;
  font-weight: 700;
  color: #4f46e5;
}

.followers-price .reg {
  font-size: 16px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 8px;
}

.buy-now-btn {
  margin-top: 14px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  background-color: #4f46e5;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.buy-now-btn:hover {
  background-color: #4338ca;
}

.saving-text {
  margin-top: 10px;
  font-size: 14px;
  color: #10b981;
  font-weight: 500;
}/* End custom CSS */