.wpforms-container {
  display: flex;
  justify-content: center;
}

#wpforms-85 {
  text-align: center;
}

.kt-inside-inner-col {
  text-align: center;
}

#wpforms-85 .wpforms-field-label {
  display: none;
}

#wpforms-85 form.wpforms-validate {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

#wpforms-85 .wpforms-field-container {
  display: contents;
}
}

#wpforms-85 .wpforms-field-2-container {
  margin: 0 !important;
}

#wpforms-85 .wpforms-field-medium {
  width: 450px !important;
  margin: 0 !important;
}

#wpforms-85 .wpforms-submit-container {
  margin: 0 !important;
  margin-left: 10px !important;
  padding: 0 !important;
  flex-shrink: 0;
}

.wpforms-submit {
  background-color: #FFD60A !important;
  color: #1A1A2E !important;
  border: none !important;
}
#wpforms-85 .wpforms-field-1-container {
  display: none !important;
}
#wpforms-85 #wpforms-85-field_1-container {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.dcgeeks-grid-wrapper {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 16px;
}

.dcgeeks-filters {
    width: 220px;
    flex-shrink: 0;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 24px;
    position: sticky;
    top: 80px;
}

.filter-group {
    margin-bottom: 24px;
}

.filter-group h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1A1A2E;
    margin-bottom: 10px;
}

.filter-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    cursor: pointer;
    color: #444;
}

.filter-group input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #00B4D8;
}

.dcgeeks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    flex: 1;
}

.dcg-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dcg-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.dcg-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.dcg-card-content {
    padding: 16px;
}

.dcg-badge {
    display: inline-block;
    background: #00B4D8;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.dcg-card-content h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.dcg-card-content h3 a {
    color: #1A1A2E;
    text-decoration: none;
}

.dcg-card-content h3 a:hover {
    color: #00B4D8;
}

.dcg-card-content p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.dcg-card.hidden {
    display: none;
}

@media (max-width: 768px) {
    .dcgeeks-grid-wrapper {
        flex-direction: column;
    }
    .dcgeeks-filters {
        width: 100%;
        position: static;
    }
    .dcgeeks-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .dcgeeks-grid {
        grid-template-columns: 1fr;
    }
}
.filter-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1A1A2E;
    margin-bottom: 6px;
}

.dcg-select-filter,
.dcg-city-search {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #1A1A2E;
    background: #fff;
    cursor: pointer;
    appearance: auto;
}

.dcg-select-filter:focus,
.dcg-city-search:focus {
    outline: none;
    border-color: #00B4D8;
}

.dcg-reset-btn {
    width: 100%;
    padding: 9px 12px;
    background: #FFD60A;
    color: #1A1A2E;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 8px;
}

.dcg-reset-btn:hover {
    background: #e6c009;
}
.dcgeeks-grid-right {
    flex: 1;
    min-width: 0;
}

.dcg-pagination {
    text-align: center;
    padding: 32px 0;
    width: 100%;
}

.dcg-page-btn {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: #f0f0f0;
    color: #1A1A2E;
}

.dcg-page-btn:hover {
    background: #00B4D8;
    color: #fff;
}

.dcg-page-btn.active {
    background: #00B4D8;
    color: #fff;
}

.dcg-loading {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #999;
    font-size: 15px;
}

.dcg-no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #999;
    font-size: 15px;
}