/*!
Theme Name:Felan Child
Theme URI: https://felan.ricetheme.com/
Author: RiceTheme
Author URI: https://ricetheme.com/
Description: This is a child theme of Felan
Template: felan
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.4
License URI: https://choosealicense.com/licenses/gpl-2.0/
Text Domain:felanchild
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* --- Proposal Upload Area Styles --- */
.felan-proposal-upload-area {
  border: 2px dashed #1F72F2;
  background: #fafaff;
  padding: 18px 10px;
  margin-bottom: 18px;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
  transition: border 0.2s;
}
.felan-proposal-upload-area.dragover {
  border: 2px solid #4caf50;
  background: #f0fff0;
}
.felan-proposal-upload-area .upload-icon {
  font-size: 32px;
  color: #1F72F2;
  margin-bottom: 8px;
  display: block;
}
.felan-proposal-upload-filename {
  font-size: 15px;
  margin-top: 9px;
  color: #111;
}
.felan-proposal-upload-remove {
  color: #d32f2f;
  margin-left: 8px;
  cursor: pointer;
  font-size: 12px;
}
.felan-proposal-upload-error {
  color: #d32f2f;
  font-size: 13px;
  margin-top: 6px;
}
.felan-proposal-attachment-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.felan-proposal-attachment-icon {
  font-size: 18px;
}