/*
Theme Name: Werken bij Willems Logistics
Theme URI: https://tool2match.nl
Template: Divi
Author: Unique Design B.V.
Author URI: https://unique-design.nl
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 1.0.1775633027
Updated: 2026-04-08 07:23:47

*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap');

.wl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: auto;
  font-family: 'Rubik', sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 1;
  color: #fff !important;
  text-decoration: none !important;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
	padding: 16px 15px 9px 15px;
}

.wl-btn:hover,
.wl-btn:focus {
  background-color: #00AAB1 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.wl-btn::after {
  content: '';
  display: block;
  width: 20px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.46 11.55'%3E%3Cpolygon points='14.69 0 13.98 0.71 18.54 5.27 0 5.27 0 6.27 18.54 6.27 13.98 10.84 14.69 11.55 20.46 5.77 14.69 0' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  flex: 0 0 auto;
}

.wl-salmon { background-color: #C9706C; }
.wl-gold   { background-color: #C9BA6C; }
.wl-blue   { background-color: #2E487E; }

.wl-btn.wl-sm {
  font-size: 17px !important;
}

.wl-btn.wl-sm::after {
  width: 14px;
  height: 8px;
}
.wl-btn span {
  display: block;
	/*padding-top:6px;
	padding-bottom:0px;*/
}
.wl-btn {
  display: flex;
  width: fit-content;
}