.vc-dynamic-wrap {
  max-width: 1180px;
  margin: 38px auto;
  padding: 0 12px;
  font-family: Montserrat, Arial, sans-serif;
}

.vc-dynamic-panel {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
  padding: 24px;
}

.vc-dynamic-title {
  color: #111;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 16px;
}

.vc-dynamic-title span {
  color: #d50012;
}

.vc-dynamic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.vc-dynamic-field label {
  display: block;
  color: #222;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.vc-dynamic-field input,
.vc-dynamic-field select,
.vc-dynamic-field textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 12px 13px;
  font: inherit;
  font-size: 14px;
  outline: 0;
}

.vc-dynamic-field textarea {
  min-height: 110px;
}

.vc-password-field {
  position: relative;
}

.vc-password-field input {
  padding-right: 46px;
}

.vc-password-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #5b6270;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
}

.vc-password-toggle .material-symbols-rounded {
  font-size: 20px;
}

.vc-dynamic-actions {
  align-items: end;
  display: flex;
  gap: 12px;
}

.vc-dynamic-btn {
  align-items: center;
  background: #d50012;
  border: 0;
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  line-height: 1.2;
  min-height: 34px;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.vc-dynamic-btn:hover {
  color: #fff;
}

.vc-dynamic-muted {
  color: #666;
  font-size: 14px;
}

.vc-post-options {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14px;
}

.vc-post-option {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #111;
  padding: 16px;
  text-decoration: none;
}

.vc-post-option b {
  display: block;
  font-size: 15px;
  font-weight: 900;
}

.vc-post-option span {
  color: #666;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.vc-property-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.vc-property-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}

.vc-property-card img {
  display: block;
  height: 190px;
  object-fit: cover;
  width: 100%;
}

.vc-property-card-body {
  padding: 16px;
}

.vc-property-card h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
}

.vc-home-video-section {
  background: #fff;
}

.vc-home-video-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.vc-home-video-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.vc-home-video-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.vc-home-video-thumb {
  aspect-ratio: 16 / 9;
  background: #111;
  display: block;
  overflow: hidden;
  position: relative;
}

.vc-home-video-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.vc-home-video-card:hover .vc-home-video-thumb img {
  transform: scale(1.06);
}

.vc-home-video-play {
  align-items: center;
  background: #d50012;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
}

.vc-home-video-card h3 {
  font-size: 16px;
  font-weight: 900;
  margin: 0;
  padding: 15px;
}

.vc-admin-body {
  background: #f7f8fb;
}

.vc-admin-shell {
  background:
    radial-gradient(
      circle at top right,
      rgba(213, 0, 18, 0.08),
      transparent 34%
    ),
    #f7f8fb;
  display: grid;
  font-family: Montserrat, Arial, sans-serif;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

.vc-admin-nav-check,
.vc-admin-backdrop {
  display: none;
}

.vc-admin-sidebar {
  background:
    radial-gradient(circle at 0% 0%, rgba(213, 0, 18, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fff7f8 48%, #f7f8fb 100%);
  border-right: 1px solid rgba(213, 0, 18, 0.12);
  box-shadow: 10px 0 32px rgba(35, 0, 4, 0.08);
  color: #202124;
  min-height: 100vh;
  overflow-y: auto;
  padding: 22px 18px;
  position: sticky;
  top: 0;
}

.vc-admin-brand {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.vc-admin-brand img {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(213, 0, 18, 0.18);
  height: 64px;
  object-fit: contain;
  padding: 4px 10px;
  width: 154px;
}

.vc-admin-close {
  display: none;
}

.vc-admin-user {
  align-items: center;
  background: linear-gradient(135deg, rgba(213, 0, 18, 0.1), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(213, 0, 18, 0.12);
  border-radius: 16px;
  display: flex;
  gap: 10px;
  margin: 0 0 18px;
  padding: 12px;
}

.vc-admin-sidebar a {
  align-items: center;
  border-radius: 12px;
  color: #2b2f36;
  display: flex;
  gap: 12px;
  font-weight: 800;
  margin: 6px 0;
  padding: 12px 13px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.vc-admin-sidebar .material-symbols-rounded,
.vc-admin-menu-group .material-symbols-rounded {
  color: #d50012;
  font-size: 21px;
  line-height: 1;
  text-align: center;
  width: 24px;
}

.vc-admin-sidebar a:hover,
.vc-admin-sidebar a.active {
  background: linear-gradient(135deg, #d50012, #ff3345);
  box-shadow: 0 10px 22px rgba(213, 0, 18, 0.24);
  color: #fff;
  transform: translateX(2px);
}

.vc-admin-sidebar a:hover .material-symbols-rounded,
.vc-admin-sidebar a.active .material-symbols-rounded,
.vc-admin-menu-group summary:hover .material-symbols-rounded,
.vc-admin-menu-group[open] summary .material-symbols-rounded {
  color: #fff;
}

.vc-admin-menu-group {
  margin: 8px 0;
}

.vc-admin-menu-group summary {
  align-items: center;
  border-radius: 12px;
  color: #2b2f36;
  cursor: pointer;
  display: flex;
  font-weight: 800;
  gap: 12px;
  list-style: none;
  padding: 12px 13px;
  position: relative;
}

.vc-admin-menu-group summary::-webkit-details-marker {
  display: none;
}

.vc-admin-menu-group summary::after {
  content: "expand_more";
  font-family: "Material Symbols Rounded";
  font-size: 22px;
  margin-left: auto;
  transition: transform 0.2s ease;
}

.vc-admin-menu-group[open] summary::after {
  transform: rotate(180deg);
}

.vc-admin-menu-group summary:hover,
.vc-admin-menu-group[open] summary {
  background: linear-gradient(135deg, #d50012, #ff3345);
  box-shadow: 0 10px 22px rgba(213, 0, 18, 0.24);
  color: #fff;
}

.vc-admin-menu-group div {
  background: rgba(213, 0, 18, 0.045);
  border-left: 1px solid rgba(213, 0, 18, 0.16);
  border-radius: 14px;
  margin: 6px 0 10px 18px;
  max-height: 260px;
  overflow-y: auto;
  padding: 8px;
}

.vc-admin-menu-group div a {
  font-size: 13px;
  margin: 3px 0;
  padding: 8px 10px;
}

.vc-admin-main {
  min-width: 0;
  padding: 26px;
}

.vc-admin-topbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.06);
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
  padding: 16px 18px;
}

.vc-admin-topbar h1 {
  color: #111;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  margin: 2px 0 0;
}

.vc-admin-kicker {
  color: #d50012;
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vc-admin-menu-toggle {
  align-items: center;
  background: #d50012;
  border: 0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.vc-admin-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07);
  margin-bottom: 18px;
  padding: 24px;
}

.vc-admin-card h1,
.vc-admin-card h2 {
  font-weight: 900;
}

.vc-admin-card.alert {
  border-radius: 16px;
}

.vc-dashboard-hero {
  align-items: center;
  background: linear-gradient(135deg, #111827, #d50012);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.18);
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 28px;
}

.vc-dashboard-hero h1 {
  font-size: 34px;
  font-weight: 900;
  margin: 4px 0 8px;
}

.vc-dashboard-hero p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  max-width: 720px;
}

.vc-dashboard-hero .vc-admin-kicker {
  color: #fff;
}

.vc-dashboard-today {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  display: grid;
  min-width: 180px;
  padding: 18px;
  text-align: center;
}

.vc-dashboard-today span,
.vc-dashboard-today small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vc-dashboard-today b {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin-top: 8px;
}

.vc-dashboard-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.vc-dashboard-stat {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07);
  display: flex;
  gap: 14px;
  padding: 18px;
}

.vc-dashboard-stat > span {
  align-items: center;
  background: #fff1f2;
  border-radius: 12px;
  color: #d50012;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.vc-dashboard-stat small {
  color: #5b6270;
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vc-dashboard-stat strong {
  color: #111;
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin: 8px 0;
}

.vc-dashboard-stat p {
  color: #666;
  font-size: 13px;
  margin: 0;
}

.vc-dashboard-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.vc-dashboard-wide {
  grid-column: 1 / -1;
}

.vc-dashboard-bars {
  display: grid;
  gap: 14px;
}

.vc-dashboard-bar-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 90px 1fr 42px;
}

.vc-dashboard-bar-row span,
.vc-dashboard-bar-row b {
  font-size: 13px;
  font-weight: 900;
}

.vc-dashboard-bar-row div {
  background: #f1f2f5;
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.vc-dashboard-bar-row i {
  background: #d50012;
  border-radius: inherit;
  display: block;
  height: 100%;
}

.vc-dashboard-bar-row i.approved {
  background: #16a34a;
}

.vc-dashboard-bar-row i.pending {
  background: #f59e0b;
}

.vc-dashboard-bar-row i.rejected {
  background: #d50012;
}

.vc-dashboard-split {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.vc-dashboard-split div {
  background: #f7f8fb;
  border-radius: 14px;
  padding: 18px;
}

.vc-dashboard-split span {
  color: #5b6270;
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vc-dashboard-split b {
  display: block;
  font-size: 38px;
  font-weight: 900;
  margin-top: 8px;
}

.vc-dashboard-months {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-height: 178px;
}

.vc-dashboard-months div {
  align-items: center;
  display: grid;
  gap: 6px;
  justify-items: center;
}

.vc-dashboard-months span {
  align-self: end;
  background: linear-gradient(180deg, #d50012, #ff7a86);
  border-radius: 10px 10px 4px 4px;
  display: block;
  width: 100%;
}

.vc-dashboard-months b {
  font-size: 13px;
  font-weight: 900;
}

.vc-dashboard-months small {
  color: #666;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.vc-dashboard-section-head {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.vc-dashboard-section-head p {
  color: #666;
  margin: 4px 0 0;
}

.vc-admin-footer {
  align-items: center;
  border-top: 1px solid #e1e1e1;
  color: #666;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-top: 28px;
  padding: 18px 0 0;
}

.vc-page-editor {
  font-family: Consolas, "Courier New", monospace;
  min-height: 560px;
  white-space: pre;
}

.tox-tinymce {
  border: 1px solid #d9dde5 !important;
  border-radius: 14px !important;
  overflow: hidden;
}

.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
  background: #fafafa !important;
}

.vc-inline-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vc-inline-toolbar form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vc-inline-toolbar select {
  border: 1px solid #ddd;
  border-radius: 7px;
  min-height: 34px;
  padding: 6px 10px;
}

.vc-inline-frame-card {
  padding: 0;
}

.vc-inline-frame-card iframe {
  border: 0;
  display: block;
  height: 78vh;
  width: 100%;
}

.vc-switch-row {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.vc-switch-row span {
  display: grid;
  gap: 4px;
}

.vc-switch-row small {
  color: #666;
}

.vc-switch-row input {
  appearance: none;
  background: #c9cdd3;
  border-radius: 999px;
  cursor: pointer;
  height: 30px;
  position: relative;
  transition: background 0.2s ease;
  width: 56px;
}

.vc-switch-row input::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  content: "";
  height: 24px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: transform 0.2s ease;
  width: 24px;
}

.vc-switch-row input:checked {
  background: #d50012;
}

.vc-switch-row input:checked::after {
  transform: translateX(26px);
}

.vc-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.vc-pagination a {
  align-items: center;
  border: 1px solid #e0e3e8;
  border-radius: 10px;
  color: #2b2f36;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-width: 40px;
  padding: 9px 12px;
  text-decoration: none;
}

.vc-pagination a.active,
.vc-pagination a:hover {
  background: #d50012;
  border-color: #d50012;
  color: #fff;
}

.vc-pages-search {
  max-width: 460px;
}

.vc-admin-property-search-form {
  grid-template-columns: minmax(360px, 720px) 130px;
}

.vc-admin-property-search-field {
  max-width: 720px;
}

#pagesTableWrap.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

.vc-table {
  border-collapse: collapse;
  width: 100%;
}

.vc-table th,
.vc-table td {
  border-bottom: 1px solid #eee;
  padding: 11px;
  text-align: left;
  vertical-align: top;
}

.vc-status {
  border-radius: 999px;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 9px;
  text-transform: uppercase;
}

.vc-status.pending {
  background: #fff6d6;
}

.vc-status.approved {
  background: #e7f8eb;
}

.vc-status.rejected {
  background: #ffe6e6;
}

.vc-status.blocked {
  background: #ffe6e6;
  color: #9a0010;
}

.vc-status.published {
  background: #e7f8eb;
}

.vc-status.draft {
  background: #f1f2f5;
  color: #5b6270;
}

.vc-admin-video-preview {
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 12px;
  display: block;
  height: 126px;
  max-width: 224px;
  object-fit: cover;
  width: 100%;
}

.vc-admin-video-thumb {
  align-items: center;
  color: #111;
  display: inline-flex;
  flex-direction: column;
  font-weight: 800;
  gap: 8px;
  max-width: 224px;
  text-decoration: none;
}

.vc-admin-video-thumb img {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.vc-admin-small-btn {
  align-self: end;
  font-size: 12px;
  justify-self: start;
  min-height: 34px;
  padding: 8px 12px;
  width: auto;
}

.vc-admin-action-select {
  border: 1px solid #d9dde5;
  border-radius: 7px;
  color: #2b2f36;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  min-height: 34px;
  padding: 7px 10px;
  width: 150px;
}

.vc-admin-list-thumb {
  border-radius: 8px;
  display: block;
  height: 58px;
  margin-bottom: 8px;
  object-fit: cover;
  width: 86px;
}

.vc-admin-seed-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 8px;
}

.vc-admin-seed-form span {
  color: #5b6270;
  font-size: 13px;
  font-weight: 700;
}

.vc-admin-reset-password-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.vc-admin-reset-password-form input {
  border: 1px solid #d9dde5;
  border-radius: 7px;
  font: inherit;
  font-size: 12px;
  min-height: 34px;
  padding: 7px 10px;
  width: 150px;
}

.vc-admin-video-row {
  align-items: start;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  display: grid;
  gap: 16px;
  grid-template-columns: 240px 1fr;
  margin-bottom: 16px;
  padding: 14px;
}

.vc-admin-video-preview-cell {
  max-width: 224px;
}

.vc-admin-video-fields {
  display: grid;
  gap: 12px;
}

.vc-admin-video-actions {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vc-admin-sort-field {
  width: 90px;
}

.vc-admin-check {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 6px;
  min-height: 34px;
}

@media (max-width: 767px) {
  .vc-admin-video-row {
    grid-template-columns: 1fr;
  }
}

.vc-admin-image-preview {
  aspect-ratio: 16 / 10;
  border: 1px solid #e3e6ec;
  border-radius: 12px;
  display: block;
  height: 138px;
  max-width: 224px;
  object-fit: cover;
  width: 100%;
}

.vc-admin-featured-row {
  align-items: start;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  display: grid;
  gap: 16px;
  grid-template-columns: 240px 1fr;
  margin-bottom: 16px;
  padding: 14px;
}

.vc-admin-featured-preview-cell {
  max-width: 224px;
}

.vc-admin-featured-fields {
  display: grid;
  gap: 12px;
}

.vc-admin-featured-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vc-admin-featured-actions {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 991px) {
  .vc-admin-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .vc-admin-featured-row {
    grid-template-columns: 1fr;
  }

  .vc-admin-featured-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .vc-dynamic-grid,
  .vc-post-options,
  .vc-property-list,
  .vc-home-video-grid,
  .vc-admin-shell {
    display: block;
  }

  .vc-home-video-card {
    margin-bottom: 16px;
  }

  .vc-admin-sidebar {
    bottom: 0;
    left: 0;
    max-width: 320px;
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform 0.25s ease;
    width: 86vw;
    z-index: 1050;
  }

  .vc-admin-nav-check:checked ~ .vc-admin-sidebar {
    transform: translateX(0);
  }

  .vc-admin-backdrop {
    background: rgba(0, 0, 0, 0.46);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
  }

  .vc-admin-nav-check:checked ~ .vc-admin-backdrop {
    display: block;
  }

  .vc-admin-close,
  .vc-admin-menu-toggle {
    display: inline-flex;
  }

  .vc-admin-close {
    align-items: center;
    color: #d50012;
    cursor: pointer;
    justify-content: center;
  }

  .vc-admin-main {
    padding: 14px;
  }

  .vc-admin-topbar {
    border-radius: 14px;
    padding: 13px;
  }

  .vc-admin-topbar h1 {
    font-size: 20px;
  }

  .vc-admin-card {
    border-radius: 14px;
    padding: 16px;
  }

  .vc-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .vc-admin-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

.vc-admin-login-page {
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(213, 0, 18, 0.2), transparent 34%),
    linear-gradient(135deg, #fff7f7 0%, #ffffff 42%, #ffe9eb 100%);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
}

.vc-admin-login-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(213, 0, 18, 0.12);
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(17, 17, 17, 0.14);
  max-width: 460px;
  padding: 34px;
  width: 100%;
}

.vc-admin-login-logo {
  display: block;
  height: 92px;
  margin: 0 auto 12px;
  object-fit: contain;
  width: auto;
}

.vc-admin-login-card .vc-dynamic-title {
  text-align: center;
}

.vc-admin-login-card .vc-dynamic-field {
  margin-bottom: 16px;
}

.vc-admin-login-card .vc-dynamic-field input {
  display: block;
  width: 100%;
}

.vc-admin-login-card .vc-dynamic-btn {
  width: 100%;
}
