/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766458831
Updated: 2025-12-23 03:00:31

*/
.vendor-register-form .social-link-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.vendor-register-form .social-link-row input[type="url"] {
    flex: 1;
    min-width: 0;       
    padding: 0 10px;       
    box-sizing: border-box;
    font-size: 14px;
}

.vendor-register-form .social-link-row button {
    width: 36px;
    height: 36px;
    padding: 0;
    min-width: 36px;
    max-width: 36px;
    font-size: 18px;
    line-height: 1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-dropzone {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease;
    background: #fafafa;
}

.image-dropzone.dragover {
    border-color: #000;
    background: #f0f0f0;
}

.image-dropzone span {
    text-decoration: underline;
}

#image-preview-wrapper {
    margin-top: 15px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.image-preview {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
}

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

.image-preview span {
    position: absolute;
    top: 4px;
    right: 6px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-register-form .terms-wrapper {
    width: 100%;
    text-align: left;       
    margin: 15px 0;
}

.vendor-register-form .terms-label {
    display: flex;
    align-items: flex-start;  
    gap: 10px;
    font-size: 14px;
    cursor: pointer;

    justify-content: flex-start;
    width: 100%;
}

.vendor-register-form .terms-label input[type="checkbox"] {
    margin-top: 2px;           
    flex-shrink: 0;
}

.vendor-register-form .terms-label span {
    line-height: 1.4;
    display: block;
}

.vendor-register-form .terms-label a {
    color: #e91e63;
    text-decoration: none;
    font-weight: 500;
}

.vendor-register-form .terms-label a:hover {
    text-decoration: underline;
}