.elementor-7173 .elementor-element.elementor-element-91804bc{--display:flex;}.elementor-7173 .elementor-element.elementor-element-0aa6cf9{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-7173 .elementor-element.elementor-element-f20722a > .elementor-widget-container{--e-transform-translateX:90px;--e-transform-translateY:30px;}.elementor-7173 .elementor-element.elementor-element-27138ea > .elementor-widget-container{--e-transform-translateX:-270px;--e-transform-translateY:-30px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-7173 .elementor-element.elementor-element-0aa6cf9{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-7173 .elementor-element.elementor-element-0aa6cf9{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-f20722a */.rs-conta-menu-custom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 30px;
  max-width: 220px;
}

.rs-conta-menu-custom .rs-link {
  background: #f5f5f5;
  padding: 10px 14px;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.rs-conta-menu-custom .rs-link span {
  margin-right: 8px;
  font-size: 18px;
}

.rs-conta-menu-custom .rs-link:hover {
  background: #CDAC45;
  color: white;
}

.rs-conta-menu-custom .sair {
  background: #ffdddd;
  color: #c00;
}

.rs-conta-menu-custom .sair:hover {
  background: #ff5c5c;
  color: white;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27138ea */.rs-form-morada {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-family: sans-serif;
}
.rs-form-morada h2 {
  color: #CDAC45;
  margin-bottom: 15px;
}
.rs-form-morada label {
  display: block;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
.rs-form-morada input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}
.rs-form-morada button {
  margin-top: 30px;
  background-color: #CDAC45;
  color: white;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.rs-form-morada button:hover {
  background-color: #b89639;
}/* End custom CSS */