/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2026 | 17:24:01 */
.cta-box {
  background: #f9f9f9;
  border-radius: 0; /* zmieniono z 12px */
  padding: 24px;
  font-family: 'open sans', Helvetica, Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  position: sticky;
  top: 30px;
  z-index: 10;
}

.cta-box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #222222;
}

.cta-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.cta-box .cta-button {
  background-color: #385363 !important;
  color: #fff !important;
  padding: 14px 20px;
  font-weight: bold;
  border: none;
  border-radius: 0; /* zmieniono z 10px */
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: none;
  display: block;
  text-decoration: none;
}

.cta-box .cta-button:hover {
  background-color: #233c4b !important;
  color: #fff !important;
}
