#weather-widget-wp-settings {

    fieldset {
        border-top: 1px solid #e0e0e0;
        padding: 16px 0;

        &:first-of-type {
            padding-top: 0;
            border-top: none;
        }

        label {
            display: block;
            margin-bottom: 8px;
        }

        small {
            display: block;
            margin-top: 8px;
            font-size: 12px;
            font-style: normal;
            line-height: 1.5;
            color: rgb(117, 117, 117);
        }

        select {
            display: block;
            width: 100%;
        }
    }
}
