/* Portfólio */
.portfolio-image-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.portfolio-image-preview {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    flex-shrink: 0;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-upload-btn {
    font-size: 12px;
    padding: 4px 12px;
}

.repeater-textarea {
    width: 100%;
    min-height: 60px;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    resize: vertical;
}