.pos_form_control{
	display: block;
	min-width: 100%;
}

/* POS Plugin User Guide Page Styles */
.note{
	color: red;
}
.highlight{
	color: #0073aa;
}
.pos-plugin-user-guide {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.pos-plugin-user-guide h1 {
    color: #333;
    font-size: 28px;
    margin-bottom: 20px;
}

.pos-plugin-user-guide h2 {
    color: #444;
    font-size: 22px;
    margin-top: 20px;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 5px;
}

.pos-plugin-user-guide p,
.pos-plugin-user-guide li {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.pos-plugin-user-guide ol, .pos-plugin-user-guide ul {
    padding-left: 20px;
}

.pos-plugin-user-guide a {
    color: #0073aa;
    text-decoration: none;
}

.pos-plugin-user-guide a:hover {
    text-decoration: underline;
}

.pos-plugin-user-guide .heading{
    font-size: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 1rem 0;
}
.pos-plugin-user-guide .heading span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #000;
}
.pos-plugin-user-guide .content{
    display: none;
}

.pos-plugin-user-guide


