.rs-make-doc-wrap { margin: 30px 0; }

.rs-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 6px;
  background: #fe5800; 
  color: #fff;         
  transition: background 0.2s ease;
}

.rs-btn__icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.rs-btn:hover,
.rs-btn:focus,
.rs-btn:active {
  background: #032d60; 
  color: #fff;        
}

@media (max-width: 768px) {
  .rs-btn {
    width: 100%;
    justify-content: center;
  }
}
.breadcrumb-container a {
  color: #032d60; /* آبی */
  text-decoration: none; 
}

.breadcrumb-container a:hover {
  text-decoration: underline; 
}
