.strip[data-id="7709d3"] {
  --section-id: "7709d3";
  --storage-url: "https://ach.proweb.cz/_section/7709d3";
  --public-url: "https://ach.proweb.cz/_section/7709d3";
}
.strip[data-id="7709d3"] .contact-section {
  padding: 4rem 0;
  background-color: #f9f9f9;
}
.strip[data-id="7709d3"] .contact-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7709d3"] .contact-section .contact-grid {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .strip[data-id="7709d3"] .contact-section .contact-grid {
    flex-direction: column;
    gap: 2rem;
  }
}
.strip[data-id="7709d3"] .contact-section .image-column {
  flex: 1;
  min-width: 300px;
}
.strip[data-id="7709d3"] .contact-section .image-column img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: block;
  object-fit: cover;
}
.strip[data-id="7709d3"] .contact-section .form-column {
  flex: 1.2;
  min-width: 300px;
  text-align: left;
}
.strip[data-id="7709d3"] .contact-section .form-column h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #333;
}
.strip[data-id="7709d3"] .contact-section .form-column p {
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.strip[data-id="7709d3"] .contact-section .contact-form {
  background: #fff;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-group {
  margin-bottom: 1.5rem;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #444;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-group input, .strip[data-id="7709d3"] .contact-section .contact-form .form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-group input:focus, .strip[data-id="7709d3"] .contact-section .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #007bff;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.strip[data-id="7709d3"] .contact-section .contact-form .submit-btn {
  width: 100%;
  padding: 1rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
.strip[data-id="7709d3"] .contact-section .contact-form .submit-btn:hover {
  background-color: #0056b3;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-status {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 4px;
  display: none;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-status.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-status.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}.strip[data-id=e2f51d] {
  --section-id: "e2f51d";
  --storage-url: "https://ach.proweb.cz/_section/e2f51d";
  --public-url: "https://ach.proweb.cz/_section/e2f51d";
}
.strip[data-id=e2f51d] .test-email-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}
.strip[data-id=e2f51d] .test-email-section .container {
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id=e2f51d] .test-email-section h2 {
  margin-bottom: 20px;
  color: #333;
}
.strip[data-id=e2f51d] .test-email-section p {
  margin-bottom: 30px;
  color: #666;
}
.strip[data-id=e2f51d] .test-email-section .button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.strip[data-id=e2f51d] .test-email-section .btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.strip[data-id=e2f51d] .test-email-section .btn-primary:hover {
  background-color: #0056b3;
}
.strip[data-id=e2f51d] .test-email-section .btn-primary:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.strip[data-id=e2f51d] .test-email-section .status-message {
  font-size: 14px;
  min-height: 20px;
}
.strip[data-id=e2f51d] .test-email-section .status-message.success {
  color: #28a745;
}
.strip[data-id=e2f51d] .test-email-section .status-message.error {
  color: #dc3545;
}