.zwroty-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.zwroty-title {
    text-align: center;
    margin-bottom: 25px;
}

.zwroty-form .form-group {
    margin-bottom: 20px;
}

.zwroty-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.zwroty-form input,
.zwroty-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.zwroty-form input:focus,
.zwroty-form textarea:focus {
    border-color: #007bff;
    outline: none;
}

.btn-submit {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #0056b3;
}

.zwroty-success {
    padding: 15px;
    background: #d4edda;
    color: #155724;
    border-radius: 6px;
    text-align: center;
}

.zwroty-error {
    padding: 15px;
    background: #f8d7da;
    color: #721c24;
    border-radius: 6px;
    margin-bottom: 20px;
}

.home-btn {
  margin-top: 20px; 
  display: inline-block;
  padding: 10px 18px;
  color: #ffffff;
  background: #007bff;
  text-decoration: none;
  border-radius: 6px;
}


.home-btn:hover {
  background-color: #2980b9;
  transform: translateY(-1px);
}


.home-btn:active {
  transform: translateY(0);
  background-color: #1f6691;
}

.link {
      border-radius: 10px;
      text-decoration: none;
      font-weight: bold;
      transition: 0.3s;
      display: inline-block;
}