.virte-workshop-details-block {
    position: sticky;
    top: 24px;
}

.virte-workshop-details-block.virte-details-sidebar {

}

.virte-workshop-details-block.virte-details-full {

}

.virte-workshop-featured-image {

}

.virte-workshop-featured-image img {

}
p:empty {
    display: none;
}
.virte-workshop-info {
    width: 333px;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 36px;
    border: 1px solid #D5D7D3;
    box-sizing: border-box;
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.virte-workshop-title {
    display: none;
}

.virte-workshop-categories {
    display: none;
}

.virte-category-tag {
}

.virte-workshop-meta-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.virte-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Spartan', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 4%;
    color: #5D615C;
}

.virte-meta-row:last-child {

}

.virte-meta-icon {

}

.virte-meta-icon svg {

}

.virte-meta-text {

}

.virte-availability-section {
    display: flex;
    flex-direction: column;
    font-family: 'Spartan', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 4%;
    color: #5D615C;
    gap: 2px;
}

.virte-availability-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.virte-availability-label {

}

.virte-availability-count {

}

.virte-availability-bar {

}

.virte-availability-progress {
    height: 8px;
    border: 1px solid #E7E8E5;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.virte-availability-fill {
    height: 100%;
    background: #59804A;
    border-radius: 3px;
}

.virte-price-section {
    display: flex;
    flex-direction: row;
    font-family: 'Spartan', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #000000;
}

.virte-price-amount {

}

.virte-price-unit {

}

.virte-book-button-section {

}

.virte-book-now-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-decoration: none;
    width: 100%;
    border-radius: 100px;
    border-width: 2px;
    padding: 16px 24px;
    background: linear-gradient(96.52deg, #59804A 9.32%, #3A632B 93.13%);
    border: 2px solid #2E3B29;
    box-shadow: 0px -4px 4px 0px #00000040 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    box-sizing: border-box;
}

.virte-book-now-btn:hover {

}

.virte-book-now-btn:focus {

}

.virte-extra-info-section {
    font-family: 'Spartan', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 4%;
    text-align: center;
    color: #5D615C;
}

.virte-separator {
    border: 1px solid #D5D7D3
}

.virte-extra-info {

}

.virte-extra-info p {

}

.virte-extra-info p:last-child {

}

@media (max-width: 768px) {
    .virte-workshop-details-block.virte-details-sidebar {
    
    }
    
    .virte-workshop-info {
    
    }
    
    .virte-workshop-title {
    
    }
    
    .virte-workshop-meta-group {
    
    }
    
    .virte-availability-section {
    
    }
}

.virte-workshop-details-block h1,
.virte-workshop-details-block h2,
.virte-workshop-details-block h3 {

}

.wp-block[data-type="virte-booking/workshop-details"] {

}

.virte-workshop-details-block * {

}

.virte-workshop-details-block img {

}

.virte-meta-icon svg path {

}

.virte-workshop-info > *:first-child {

}

.virte-workshop-info > *:last-child {

}

/* Animated Booking Form */
.virte-booking-form-container {
    
}

.virte-book-trigger {
    transition: all 0.3s ease;
    cursor: pointer;
}

.virte-booking-fields {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
    margin-top: 0;
}

.virte-booking-fields.show {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 16px;
}

.virte-booking-fields .virte-form-group {
    margin-bottom: 16px;
}

.virte-booking-fields label {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-family: 'Spartan', sans-serif;
    font-size: 12px;
    color: #5D615C;
}

.virte-booking-fields input {
    width: 100%;
    padding: 12px;
    border: 1px solid #D5D7D3;
    border-radius: 4px;
    font-family: inherit;
    box-sizing: border-box;
}

.virte-booking-message {
    margin-top: 16px;
    padding: 12px;
    border-radius: 4px;
    text-align: center;
    display: none;
    font-family: 'Spartan', sans-serif;
    font-size: 14px;
}

.virte-booking-message.success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    display: block;
}

.virte-booking-message.error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    display: block;
}

