.flysail-weiterlesen {
    margin-top: 1rem;
}

.flysail-wl-content {
    display: inline block;
    transition: all 0.3s ease;
    background-color:#f5f5f5; 
    padding:1%;
    border-radius:12px;
  	
}

.flysail-wl-button {
    background-color: #0f70b7;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.flysail-wl-button-secondary {
    margin-top: 1rem;
    padding: 6px 14px;
    font-weight: normal;
}