.vg-photo-upload-container {
    width: 100%;
}

.vg-photo-upload-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 300px;
    border: 2px dashed #9e9e9e;
    border-radius: 8px;
    background-color: #fafafa;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px;
}

.vg-photo-upload-placeholder:hover {
    border-color: #26a69a;
    background-color: #f1f8f7;
}

.vg-photo-upload-placeholder .upload-icon {
    margin-bottom: 15px;
}

.vg-photo-upload-placeholder .upload-icon i {
    font-size: 64px;
    color: #9e9e9e;
    transition: color 0.3s ease;
}

.vg-photo-upload-placeholder:hover .upload-icon i {
    color: #26a69a;
}

.vg-photo-upload-placeholder p {
    margin: 0;
    font-size: 16px;
    color: #424242;
    font-weight: 500;
}

.vg-photo-upload-placeholder .upload-hint {
    font-size: 14px;
    color: #757575;
    margin-top: 5px;
}

.vg-photo-preview-container {
    margin-top: 20px;
    d_isplay: none;
    max-height: 400px;
    overflow: hidden;
}

.vg-photo-preview-container.active {
    display: block;
}

.vg-photo-preview-container img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vg-story-title {
    font-size: 28px !important;
    font-weight: 500;
}

.vg-story-title + label {
    font-size: 18px !important;
}

.vg-story-text {
    font-size: 22px !important;
    line-height: 1.6;
    min-height: 200px !important;
}

.vg-story-text + label {
    font-size: 18px !important;
}
