.as-dj-position .map-widget-sections,
.listify_widget_panel_listing_content,
.listify_widget_panel_listing_comments{
    background-color:#1F2937;
}

.as-dj-position{
  flex-direction: row-reverse;
  overflow: hidden;
}
.wp-singular{
    background-color:#111827;
}

.as-single-listing-wrapper
{
    background-color:#111827;
    opacity: 0.4;
}

.as-dj-custom-card-top {
    border-bottom: 1px solid #444; 
    padding-bottom: 10px; 
    margin-bottom: 10px; 
    text-align: center;
    padding-top: 30px;
}

.as-dj-custom-card-top .as-dj-profile-image{
    width: 100%;
    max-width:200px;
    height: 195px;
    border-radius: 50%; 
    overflow: hidden; 
    margin: 0 auto 10px;
}

.as-dj-custom-card-top .as-dj-profile-image img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.as-dj-custom-card-top .as-dj-listing-title {
    font-size: 24px;
    font-family: "Poppins", Sans-serif;
    color: white;
    font-weight: 600;
    margin: 5px 0;
}

.as-dj-custom-card-top .as-dj-location {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #aaa;
    font-weight: 400;
}

.as-dj-custom-card-top .as-dj-price {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    text-align: left !important;
    padding-left: 5px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    
}
.as-card-custom-card-bottom{
    text-align:center;
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-top: 16px;
    
}

.as-card-custom-card-bottom .as-dj-contact-dj{
    background: #5615e6; 
    color: #fff; 
    padding: 10px 15px; 
    text-align: center; 
    display: inline-block; 
    border-radius: 5px;
    width:100%;
}

.as-dj-position .listify_widget_panel_listing_content h2{
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
    border: none;
    padding: 0
}
.widget.widget-job_listing.listify_widget_panel_listing_content{
    margin-bottom:20PX  ;
}


.custom-widgets-container .as-section-1, .custom-widgets-container .as-section-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.as-dj-genres-list span{
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 2px 8px;
    border-radius: 20px;
    background-color: #22089a;
    color: #9573ff
}
.as-dj-category-list span{
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 2px 8px;
    border-radius: 20px;
    background-color: #00549a;
    color: #74d8ff;
}
 
.as-dj-position .ion-ios-compose-outline{
    border:none;
    margin: 0;
}
.comment-respond h3{
    border:none;
    margin: 0;
}

.as-single-listing-wrapper{
    height:100%;
    min-height:500px;
}

.map-widget-sections{
    display:flex !important;
    /*flex-wrap: wrap;*/
    flex-direction: column-reverse;
}
/*.............. About Section ..................*/
.custom-widgets-container {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.custom-widget {
  background-color:#374151;
  color: white;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-radius: 12px;
  flex: 1;
  min-width: 250px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.custom-widget .icon {
  border-radius: 8px;
  padding: 10px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-widget .icon.purple {
    background-color: #2C2475;
    color:#6020FF;
}
.custom-widget .icon.purple i{
    color:#6020FF;
}
.custom-widget .icon.blue {
  background-color: #1B4A75;
 
}
.custom-widget .icon.blue i{
     color:#28C2FF;
}

.custom-widget .icon i {
  color: white;
  font-size: 20px;
}

.custom-widget .content .title {
  font-size: 16px;
  font-weight: 600;
}


.comment-respond #comment{
    background-color: transparent;
    border-color: #ffff;
    color: #fff
}

.custom-widget .content .value {
  font-size: 14px;
  margin-top: 4px;
  color: #ccc;
}

.custom-widgets-container {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.custom-widget {
  background-color: #2f3e53;
  color: white;
  padding: 20px;
  border-radius: 12px;
  min-width: 250px;
  flex: 1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.custom-widget .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.custom-widget .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/*.custom-widget .tag {*/
/*  padding: 6px 12px;*/
/*  border-radius: 999px;*/
/*  font-size: 14px;*/
/*  color: white;*/
/*  display: inline-block;*/
/*}*/

/*.custom-widget .tag.purple {*/
/*  background-color: #4a00e0;*/
/*}*/

/*.custom-widget .tag.blue {*/
/*  background-color: #007cf0;*/
/*}*/

#main.preview-listing {
    width: 100%;
    max-width: none;
    margin: 0;
    flex: 1 0 66.66%;
}

.job_listing_preview h1,
.job_listing_preview .content-single-job_listing-hero{
    display:none;
}

