.elementor-13162 .elementor-element.elementor-element-4c0ae1e{--display:flex;--border-radius:18px 18px 18px 18px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13162 .elementor-element.elementor-element-4c0ae1e:not(.elementor-motion-effects-element-type-background), .elementor-13162 .elementor-element.elementor-element-4c0ae1e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00C951;}.elementor-13162 .elementor-element.elementor-element-7f4a8b0{width:var( --container-widget-width, 83% );max-width:83%;--container-widget-width:83%;--container-widget-flex-grow:0;text-align:start;font-size:16px;}.elementor-13162 .elementor-element.elementor-element-7f4a8b0.elementor-element{--align-self:center;}.elementor-13162 .elementor-element.elementor-element-7f4a8b0 p{margin-block-end:12px;}#elementor-popup-modal-13162 .dialog-widget-content{animation-duration:1.2s;border-radius:18px 18px 18px 18px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-13162{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-13162 .dialog-message{width:900px;height:auto;}#elementor-popup-modal-13162 .dialog-close-button{display:flex;}/* Start custom CSS for html, class: .elementor-element-ac2548c */.taula-wrapper {
  max-width: 900px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.taula-tallers {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  table-layout: fixed;
}

/* Capçalera */
.taula-tallers th {
  background: #f2f2f2;
  color: #00c951;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

/* Files */
.taula-tallers td {
  background: #00c951;
  color: white;
  padding: 14px 15px;
  vertical-align: middle;
}

/* Separadors verticals */
.taula-tallers th:not(:last-child),
.taula-tallers td:not(:last-child) {
  border-right: 2px solid rgba(255,255,255,0.4);
}

/* Separadors horitzontals */
.taula-tallers tr:not(:last-child) td {
  border-bottom: 2px solid white;
}

/* Amplades correctes */
.taula-tallers td:nth-child(1),
.taula-tallers th:nth-child(1) {
  width: 25%;
  text-align: left;
}

.taula-tallers td:nth-child(2),
.taula-tallers th:nth-child(2) {
  width: 50%;
  text-align: center;
}

.taula-tallers td:nth-child(3),
.taula-tallers th:nth-child(3) {
  width: 25%;
  text-align: center;
}/* End custom CSS */