/* Estilos principais do plugin Image Watermark Footer */
#iwf-root {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 20px 20px;
  max-width: 480px;
  margin: 32px auto;
  font-family: 'Segoe UI', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iwf-btn {
  background: #199f09;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  /* margin-bottom: 16px; */
}

.iwf-btn:disabled {
  background: #b6e2c2;
  cursor: not-allowed;
}
.iwf-btn.secondary {
  background: #fcbe44;
  color: #fff;
}
.iwf-list {
  max-height: 220px;
  overflow-y: auto;
  margin: 26px 0;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px;
  background: #fafbfc;
  width: 100%;
}
.iwf-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.iwf-list-item:last-child {
  border-bottom: none;
}
.iwf-img-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eee;
  margin-right: 12px;
}
.iwf-progress {
  flex: 1;
  height: 8px;
  background: #e6f7ea;
  border-radius: 4px;
  overflow: hidden;
}
.iwf-progress-bar {
  height: 100%;
  background: #54c247;
  transition: width 0.3s;
}
.iwf-status {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.iwf-status.ok svg {
  color: #54c247;
}
.iwf-status.error svg {
  color: #e74c3c;
}
.iwf-footer {
  margin-top: 24px;
  text-align: center;
  color: #888;
  font-size: 0.95em;
}
.iwf-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.iwf-scrollbar::-webkit-scrollbar-thumb {
  background: #fcbe44;
  border-radius: 4px;
}
.iwf-download-btn {
  background: #008ac4;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 16px;
  transition: background 0.2s;
}
.iwf-download-btn:disabled {
  background: #b3e0f7;
  cursor: not-allowed;
} 

button {
  max-width: 250px;
}

.iwf-download-individual {
  background: #008ac4;
  width: 100px;
  padding: 10px;
}

.iwf-download-individual:focus {
  background-color: #06658d !important;
}

#iwf-select-btn:hover {
  background-color: #126908 !important;
}

#iwf-footer-btn:hover {
  background-color: #f1ac22 !important;
}

#iwf-download-btn:hover {
  background-color: #06658d !important;
}