/**
 * Group Component Style for SaltUI
 * @author gnosaij
 * 
 * Copyright 2018-2019, SaltUI Team.
 * All rights reserved.
 */
.{$prefix}-group-head {
    background-color: #F2F3F5;
    color: $dark-alpha-3;
    font-size: $font-size-field-title;
    line-height: $font-size-field-title-lh;
}

.{$prefix}-group-list {
    background-color: $white;
    hairline: border-bottom $normal-alpha-7;
}

.{$prefix}-group-list + .{$prefix}-group-list {
    border-top: none !important;
}

.{$prefix}-group-list-item {
    position: relative;
}

.{$prefix}-group-list-item:after {
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    hairline: border-bottom #e9ebee;
}

.{$prefix}-group-list-item:last-child:after {
    border-bottom: 0 !important;
}
