/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Lucid Lime
	Based on style:		prosilver (the default phpBB 3.2.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Melvin García ( http://www.melvingarcia.com/ )
    --------------------------------------------------------------
*/
@import url("normalize.css?v=3.2");
@import url("base.css?v=3.2");
@import url("utilities.css?v=3.2");
@import url("common.css?v=3.2");
@import url("links.css?v=3.2");
@import url("content.css?v=3.2");
@import url("buttons.css?v=3.2");
@import url("cp.css?v=3.2");
@import url("forms.css?v=3.2");
@import url("icons.css?v=3.2");
@import url("colours.css?v=3.2");
@import url("responsive.css?v=3.2");

/* Hide the lucid_yellow banner entirely — search box gets moved into the
   navbar by JS in the custom HTML block. */
.headerbar { display: none !important; }

/* Once the search box has been re-parented into the navbar, restyle it
   so it sits cleanly on the right side of the navbar row. */
.navbar .inner > #search-box {
    float: right;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    align-self: center;
}
.navbar .inner > #search-box form {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
}
.navbar .inner > #search-box input.inputbox {
    width: 12rem;
    padding: 0.3rem 0.5rem;
    font-size: 0.85rem;
}
.navbar .inner > #search-box button.button {
    padding: 0.3rem 0.5rem;
    font-size: 0.85rem;
}