/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 2 May 2026, 5:38 pm
*/

.fg-panel-content-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.fg-media-content {
    flex: 2;
}

.fg-media-caption {
    flex: 1;
    max-width: 300px;
    padding: 10px;
}